]> git.saurik.com Git - bison.git/blobdiff - src/state.h
* src/state.h (state_t): Rename lookaheads as lookaheadsp.
[bison.git] / src / state.h
index de7ec08ccbe4f464efdbd84c20ffe86b3413939f..a31af20bcd675750678bca2a7fe6dd4bb1323771 100644 (file)
@@ -189,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;