]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to
[bison.git] / src / lalr.h
index f9941afacddeacd38104d7ba8432c71f1868900b..55e01d8f79b03e92232bc5dad27406c0e53fb95a 100644 (file)
@@ -78,8 +78,9 @@ typedef struct state_s
   /* Its accessing symbol. */
   short accessing_symbol;
 
-  shifts *shift_table;
-  reductions *reduction_table;
+  shifts     *shifts;
+  reductions *reductions;
+  errs       *errs;
 
   /* Nonzero if no lookahead is needed to decide what to do in state
      S.  */