]> git.saurik.com Git - bison.git/blobdiff - src/state.h
Kill GCC warnings.
[bison.git] / src / state.h
index dc093fea1a760f9543490d24abbea7dd7c5c2bbb..92378c701a6dad66237df6dd10b7bd386df4002b 100644 (file)
@@ -185,7 +185,7 @@ typedef struct state_s
   int nlookaheads;
 
   /* Its items. */
-  short nitems;
+  unsigned short nitems;
   item_number_t items[1];
 } state_t;