Diff for /gforth/arch/generic/machine.h between versions 1.25 and 1.26

version 1.25, 2007/03/25 21:30:59 version 1.26, 2007/03/31 12:58:07
Line 99  typedef void *Label; Line 99  typedef void *Label;
 #undef HAS_DEBUG  #undef HAS_DEBUG
 #undef HAS_GLOCALS  #undef HAS_GLOCALS
 #undef HAS_HASH  #undef HAS_HASH
   #define HAS_F83HEADERSTRING
 #ifndef PUTC  #ifndef PUTC
 # define PUTC(x) putc(x, stdout)  # define PUTC(x) putc(x, stdout)
 #endif  #endif

Removed from v.1.25  
changed lines
  Added in v.1.26


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