mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
state_number_t. (errs_t): symbol_t*, not symbol_number_t. (reductions_t): rule_t*, not rule_number_t. (FOR_EACH_SHIFT): New. * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c * src/print.c, src/print_graph.c: Adjust.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2002-07-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
|
||||
state_number_t.
|
||||
(errs_t): symbol_t*, not symbol_number_t.
|
||||
(reductions_t): rule_t*, not rule_number_t.
|
||||
(FOR_EACH_SHIFT): New.
|
||||
* src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
|
||||
* src/print.c, src/print_graph.c: Adjust.
|
||||
|
||||
2002-07-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
|
||||
|
||||
Reference in New Issue
Block a user