--- gforth/engine/engine.c 2008/01/13 22:13:08 1.107 +++ gforth/engine/engine.c 2008/07/03 12:29:05 1.108 @@ -70,10 +70,6 @@ #include #endif -#ifdef HAS_LIBFFI -#include -#endif - #ifndef SEEK_SET /* should be defined in stdio.h, but some systems don't have it */ #define SEEK_SET 0 @@ -344,11 +340,6 @@ Label *gforth_engine(Xt *ip0, Cell *sp0, long long llrv; void * prv; #endif -#ifdef HAS_LIBFFI - extern void * gforth_ritem; - extern void ** gforth_clist; - extern void ffi_callback(ffi_cif * cif, void * resp, void ** args, Xt * ip); -#endif register Address up UPREG = gforth_UP; #if !defined(GFORTH_DEBUGGING) register Cell MAYBE_UNUSED spTOS TOSREG;