--- gforth/engine/forth.h 2003/01/10 21:19:59 1.44 +++ gforth/engine/forth.h 2003/01/14 22:52:56 1.45 @@ -185,6 +185,9 @@ typedef Label *Xt; #ifndef FLUSH_ICACHE #warning flush-icache probably will not work (see manual) # define FLUSH_ICACHE(addr,size) +#warning no FLUSH_ICACHE, turning off dynamic native code by default +#undef NO_DYNAMIC_DEFAULT +#define NO_DYNAMIC_DEFAULT 1 #endif #ifdef USE_TOS