X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/49701457c2728ad7c77528205aa0bd1cb3379128..c527b2d4834cad9389a32992c70aafbefe729424:/src/state.h diff --git a/src/state.h b/src/state.h index d505565a..a31af20b 100644 --- a/src/state.h +++ b/src/state.h @@ -95,8 +95,6 @@ typedef struct shifts { - struct shifts *next; - short number; short nshifts; short shifts[1]; } shifts; @@ -191,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;