Diff for /gforth/engine/forth.h between versions 1.19 and 1.20

version 1.19, 2001/02/28 22:31:43 version 1.20, 2001/05/11 22:06:47
Line 97  typedef union { Line 97  typedef union {
 #else  #else
     UCell low;      UCell low;
     Cell high;      Cell high;
 #endif;  #endif
   } cells;    } cells;
   DCell d;    DCell d;
   UDCell ud;    UDCell ud;

Removed from v.1.19  
changed lines
  Added in v.1.20


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