X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/331dbc1bb7fac0b108adc5591bd9308a39629287..3877f72ba22f370554165fd4fde836979f8768d5:/src/state.h?ds=sidebyside diff --git a/src/state.h b/src/state.h index de7ec08c..a31af20b 100644 --- a/src/state.h +++ b/src/state.h @@ -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;