[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.85 and 1.86

version 1.85, Tue Aug 21 10:33:52 2007 UTC version 1.86, Sat Sep 29 22:20:02 2007 UTC
Line 89 
Line 89 
 #define DOUSER  3  #define DOUSER  3
 #define DODEFER 4  #define DODEFER 4
 #define DOFIELD 5  #define DOFIELD 5
 #define DODOES  6  #define DOVAL   6
 #define DOESJUMP        7  #define DODOES  7
   #define DOESJUMP        8
   
 /* the size of the DOESJUMP, which resides between DOES> and the does-code */  /* the size of the DOESJUMP, which resides between DOES> and the does-code */
 #define DOES_HANDLER_SIZE       (2*sizeof(Cell))  #define DOES_HANDLER_SIZE       (2*sizeof(Cell))


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help