[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.66 and 1.67

version 1.66, Sat Jan 29 16:55:30 2005 UTC version 1.67, Sun Jul 31 20:27:42 2005 UTC
Line 243 
Line 243 
 #define NO_DYNAMIC_DEFAULT 1  #define NO_DYNAMIC_DEFAULT 1
 #endif  #endif
   
 #ifdef USE_TOS  #if defined(GFORTH_DEBUGGING) || defined(INDIRECT_THREADED) || defined(DOUBLY_INDIRECT) || defined(VM_PROFILING)
 #define IF_spTOS(x) x  #define STACK_CACHE_DEFAULT 0
 #else  #else
 #define IF_spTOS(x)  #define STACK_CACHE_DEFAULT STACK_CACHE_DEFAULT_FAST
 #define spTOS (sp[0])  
 #endif  #endif
   
 #ifdef USE_FTOS  #ifdef USE_FTOS


Generate output suitable for use with a patch program
Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help