add flags for NODE_CAN_4 form of dawg

This commit is contained in:
ehouse 2003-12-10 05:55:11 +00:00
parent a1b7202f80
commit 5a3a353bbf

View file

@ -56,6 +56,9 @@ typedef struct dawg_header {
unsigned char charTableRecNum;
unsigned char valTableRecNum;
unsigned char reserved[3]; /* worst case this points to a new resource */
#ifdef NODE_CAN_4
unsigned short flags;
#endif
} dawg_header;
/* Part of xwords3 dictionaries on PalmOS */