* src/state.h (state_t): Replace the `lookaheadsp' member, a
authorAkim Demaille <akim@epita.fr>
Sat, 15 Jun 2002 18:23:50 +0000 (18:23 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 15 Jun 2002 18:23:50 +0000 (18:23 +0000)
commitc02634922181a18cd6f2d430901a7747ea17b12b
treedab67d88d11e1c829d1fd4788079a948f8bf1667
parent9757c359efc607b6d9e4675447a7b1afd873bc6e
* src/state.h (state_t): Replace the `lookaheadsp' member, a
short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
Adjust all dependencies.
* src/lalr.c (initialize_lookaheads): Split into...
(states_lookaheads_count, states_lookaheads_initialize): these.
(lalr): Adjust.
ChangeLog
src/conflicts.c
src/lalr.c
src/output.c
src/print.c
src/print_graph.c
src/state.h