mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* 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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2002-06-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
2002-06-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
|
||||
|
||||
Reference in New Issue
Block a user