From: Akim Demaille Date: Thu, 27 Dec 2001 18:05:30 +0000 (+0000) Subject: All the hacks using a final pseudo state are now useless. X-Git-Tag: before-m4-back-end~97 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d200e455d069992b6a491a0fbf1cb39a10c6937b?hp=d200e455d069992b6a491a0fbf1cb39a10c6937b All the hacks using a final pseudo state are now useless. * src/LR0.c (set_state_table): state_table holds exactly nstates. * src/lalr.c (nLA): New. (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it instead of lookaheadsp from the pseudo state (nstate + 1). ---