mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* src/conflicts.c, src/conflicts.h (print_reductions): Move to...
* src/print.c: here. (lookaheadset, shiftset): New, used as additional storage by print_reductions. (print_results): Adjust. (print_shifts, print_gotos, print_errs): New, extracted from... (print_actions): here. * src/print_graph.c (print_actions): Remove dead code.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/conflicts.c, src/conflicts.h (print_reductions): Move to...
|
||||
* src/print.c: here.
|
||||
(lookaheadset, shiftset): New, used as additional storage by
|
||||
print_reductions.
|
||||
(print_results): Adjust.
|
||||
(print_shifts, print_gotos, print_errs): New, extracted from...
|
||||
(print_actions): here.
|
||||
* src/print_graph.c (print_actions): Remove dead code.
|
||||
|
||||
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (copy_dollar, copy_at): Better checking of `n' in
|
||||
|
||||
Reference in New Issue
Block a user