Diff for /gforth/engine/forth.h between versions 1.14 and 1.15

version 1.14, 2000/11/10 10:04:21 version 1.15, 2000/11/12 18:14:09
Line 201  typedef Label *Xt; Line 201  typedef Label *Xt;
 #define fpTOS (fp[0])  #define fpTOS (fp[0])
 #endif  #endif
   
   #define IF_rpTOS(x)
   #define rpTOS (rp[0])
   
 typedef struct {  typedef struct {
   Address base;         /* base address of image (0 if relocatable) */    Address base;         /* base address of image (0 if relocatable) */
   UCell checksum;       /* checksum of ca's to protect against some    UCell checksum;       /* checksum of ca's to protect against some

Removed from v.1.14  
changed lines
  Added in v.1.15


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