]> git.saurik.com Git - bison.git/blobdiff - src/state.h
Propagate more token_number_t.
[bison.git] / src / state.h
index 3dc74acf5ec33d833b8913defe230179d30bc34a..dc093fea1a760f9543490d24abbea7dd7c5c2bbb 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;