X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Feffi.c;h=06bf61b48e2905002bb2756ee1a2bf5d74eded3c;hb=1b59d1cfe7ed5c2742559c44ae8a39d4d5d847af;hp=6baf2e665ff2daa54caec05644a167e886ddfaca;hpb=3ba78988a2a64e1a8e9770cad11e27abaa424890;p=sxemacs diff --git a/src/effi.c b/src/effi.c index 6baf2e6..06bf61b 100644 --- a/src/effi.c +++ b/src/effi.c @@ -1666,6 +1666,8 @@ Return DEVICE display as FFI object. /* Callbacks */ #define FFI_CC_CDECL 0 +void* ffi_make_callback_x86(Lisp_Object data, int cc_type); + #if defined __i386__ static void ffi_callback_call_x86(Lisp_Object cbk_info, char *arg_buffer)