Diff for /gforth/engine/forth.h between versions 1.105 and 1.106

version 1.105, 2009/06/29 20:21:28 version 1.106, 2009/09/05 17:38:37
Line 336  struct Longname { Line 336  struct Longname {
   char          name[0];    char          name[0];
 };  };
   
 #define LONGNAME_COUNT(np)      ((np)->countetc & (((~((UCell)0))<<3)>>3))  #define LONGNAME_COUNT(np)      ((np)->countetc & (((~((UCell)0))<<4)>>4))
   
 struct Cellpair {  struct Cellpair {
   Cell n1;    Cell n1;

Removed from v.1.105  
changed lines
  Added in v.1.106


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