Diff for /gforth/engine/engine.c between versions 1.92 and 1.93

version 1.92, 2006/10/22 16:54:01 version 1.93, 2006/10/22 20:45:34
Line 97  extern int gforth_memcmp(const char * s1 Line 97  extern int gforth_memcmp(const char * s1
 #endif  #endif
   
 #define NEWLINE '\n'  #define NEWLINE '\n'
 #define CELL_MIN (((Cell)1)<<(sizeof(Cell)*CHAR_BIT-1))  
 /* set CHECK_DIVISION to 0 if the hardware checks division by zero and  /* set CHECK_DIVISION to 0 if the hardware checks division by zero and
    division overflow.  Note that not all checks are controlled by     division overflow.  Note that not all checks are controlled by
    CHECK_DIVISION, in particular not overflow checks in mixed-size     CHECK_DIVISION, in particular not overflow checks in mixed-size

Removed from v.1.92  
changed lines
  Added in v.1.93


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