mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/conflicts.c (print_reductions): Accept OUT as argument.
Output to it, not to output_obstack. * src/print.c (print_actions): Adjust.
This commit is contained in:
@@ -173,7 +173,7 @@ print_actions (FILE *out, int state)
|
||||
}
|
||||
else if (redp)
|
||||
{
|
||||
print_reductions (state);
|
||||
print_reductions (out, state);
|
||||
}
|
||||
|
||||
if (i < k)
|
||||
|
||||
Reference in New Issue
Block a user