Diff for /gforth/engine/forth.h between versions 1.44 and 1.45

version 1.44, 2003/01/10 21:19:59 version 1.45, 2003/01/14 22:52:56
Line 185  typedef Label *Xt; Line 185  typedef Label *Xt;
 #ifndef FLUSH_ICACHE  #ifndef FLUSH_ICACHE
 #warning flush-icache probably will not work (see manual)  #warning flush-icache probably will not work (see manual)
 #       define FLUSH_ICACHE(addr,size)  #       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  #endif
   
 #ifdef USE_TOS  #ifdef USE_TOS

Removed from v.1.44  
changed lines
  Added in v.1.45


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>