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