--- gforth/engine/engine.c 2006/12/31 13:39:17 1.95 +++ gforth/engine/engine.c 2007/03/04 22:39:37 1.97 @@ -54,7 +54,7 @@ #include "fnmatch.h" #endif #else -#include "systypes.h" +/* #include */ #endif #if defined(HAVE_LIBDL) || defined(HAVE_DLOPEN) /* what else? */ @@ -359,6 +359,11 @@ Label *gforth_engine(Xt *ip0, Cell *sp0, #include PRIM_LAB_I #undef INST_ADDR }; +#ifdef INCLUDE_IMAGE +#define INST_ADDR(name) ((Label)&&I_##name) +#include "image.i" +#undef INST_ADDR +#endif #ifdef CPU_DEP2 CPU_DEP2 #endif