X-Git-Url: http://cgit.sxemacs.org/?p=sxemacs;a=blobdiff_plain;f=src%2Feffi.c;h=06bf61b48e2905002bb2756ee1a2bf5d74eded3c;hp=6baf2e665ff2daa54caec05644a167e886ddfaca;hb=182f58aeacc32908883b6b7d8d808c0ca16b5c0a;hpb=d2cfef1bb74e905f85dab23f3b1dfcf474eb6568;ds=inline 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)