]> git.saurik.com Git - bison.git/blobdiff - src/state.h
* src/output.c (prepare): Drop the muscle `ntbase' which
[bison.git] / src / state.h
index f7244b4b17cd11d8f6805ba8ceb3eda1c4f7d93a..a31af20bcd675750678bca2a7fe6dd4bb1323771 100644 (file)
@@ -95,7 +95,6 @@
 
 typedef struct shifts
 {
-  short number;
   short nshifts;
   short shifts[1];
 } shifts;
@@ -190,7 +189,9 @@ typedef struct state_s
   char consistent;
 
   /* Used in LALR, not LR(0). */
-  short lookaheads;
+  /* Pseudo pointer into LA. */
+  short lookaheadsp;
+  int nlookaheads;
 
   /* Its items. */
   short nitems;