[gforth] / gforth / Attic / forth.h  

gforth: gforth/Attic/forth.h

Diff for /gforth/Attic/forth.h between version 1.26 and 1.27

version 1.26, Sun Oct 13 19:56:21 1996 UTC version 1.27, Sat Dec 28 17:19:24 1996 UTC
Line 170 
Line 170 
 #define CACHE_FLUSH(addr,size)  #define CACHE_FLUSH(addr,size)
 #endif  #endif
   
   #ifdef USE_TOS
   #define IF_TOS(x) x
   #else
   #define IF_TOS(x)
   #define TOS (sp[0])
   #endif
   
   #ifdef USE_FTOS
   #define IF_FTOS(x) x
   #else
   #define IF_FTOS(x)
   #define FTOS (fp[0])
   #endif
   
 Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);  Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);
   
 /* dblsub routines */  /* dblsub routines */


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help