X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f9507c28ae7d2e01067085a477e02e87509b3fbe..d200e455d069992b6a491a0fbf1cb39a10c6937b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 421de6f2..e8f48a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-12-27 Akim Demaille + + 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). + 2001-12-27 Akim Demaille * src/output.c (action_row, token_actions): Use a state_t instead