* 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:
Akim Demaille
2001-12-27 18:10:16 +00:00
parent 11e2becaac
commit 5092aba5a7
5 changed files with 214 additions and 220 deletions

View File

@@ -25,7 +25,6 @@
void solve_conflicts PARAMS ((void));
void conflicts_print PARAMS ((void));
void conflicts_output PARAMS ((FILE *out));
void print_reductions PARAMS ((FILE*out, state_t *state));
void free_conflicts PARAMS ((void));
/* Were there conflicts? */