[gforth] / gforth / engine / engine.c  

gforth: gforth/engine/engine.c

Diff for /gforth/engine/engine.c between version 1.90 and 1.91

version 1.90, Sat Mar 11 23:05:09 2006 UTC version 1.91, Sat Oct 21 22:13:49 2006 UTC
Line 97 
Line 97 
 #endif  #endif
   
 #define NEWLINE '\n'  #define NEWLINE '\n'
   #define CELL_MIN (((Cell)1)<<(sizeof(Cell)*CHAR_BIT-1))
   #define CHECK_DIVISION 1
   
 /* conversion on fetch */  /* conversion on fetch */
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help