Diff for /gforth/Attic/forth.h between versions 1.15 and 1.16

version 1.15, 1995/10/07 17:38:13 version 1.16, 1995/10/11 19:39:33
Line 13  typedef void *Label; Line 13  typedef void *Label;
 #define DOVAR   2  #define DOVAR   2
 #define DOUSER  3  #define DOUSER  3
 #define DODEFER 4  #define DODEFER 4
 #define DOSTRUC 5  #define DOFIELD 5
 #define DODOES  6  #define DODOES  6
 #define DOESJUMP        7  #define DOESJUMP        7
   
Line 75  Label *engine(Xt *ip, Cell *sp, Cell *rp Line 75  Label *engine(Xt *ip, Cell *sp, Cell *rp
 #define CF_NIL  -1  #define CF_NIL  -1
   
 #ifndef FLUSH_ICACHE  #ifndef FLUSH_ICACHE
   #warning flush-icache probably will not work (see manual)
 #       define FLUSH_ICACHE(addr,size) 0  #       define FLUSH_ICACHE(addr,size) 0
 #endif  #endif
   

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


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