--- gforth/engine/forth.h 2009/06/29 20:21:28 1.105 +++ gforth/engine/forth.h 2009/09/05 17:38:37 1.106 @@ -336,7 +336,7 @@ struct Longname { 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 { Cell n1;