mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/print.c (print_state): Separate the list of solved conflicts
from the other items. * tests/conflicts.at (Resolved SR Conflicts): Adjust.
This commit is contained in:
@@ -422,7 +422,10 @@ print_state (FILE *out, state_t *state)
|
||||
print_actions (out, state);
|
||||
if ((report_flag & report_solved_conflicts)
|
||||
&& state->solved_conflicts)
|
||||
fputs (state->solved_conflicts, out);
|
||||
{
|
||||
fputc ('\n', out);
|
||||
fputs (state->solved_conflicts, out);
|
||||
}
|
||||
}
|
||||
|
||||
/*-----------------------------------------.
|
||||
|
||||
Reference in New Issue
Block a user