Diff for /gforth/Attic/forth.h between versions 1.17 and 1.18

version 1.17, 1995/10/12 20:43:24 version 1.18, 1995/10/26 22:48:39
Line 65  Label *engine(Xt *ip, Cell *sp, Cell *rp Line 65  Label *engine(Xt *ip, Cell *sp, Cell *rp
 #endif  #endif
   
 #ifdef DEBUG  #ifdef DEBUG
 #       define  NAME(string)    fprintf(stderr,"%08x: "string"\n",(Cell)ip);  #       define  NAME(string)    fprintf(stderr,"%08lx: "string"\n",(Cell)ip);
 #else  #else
 #       define  NAME(string)  #       define  NAME(string)
 #endif  #endif

Removed from v.1.17  
changed lines
  Added in v.1.18


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