mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
output: capitalize State
* src/print.c (print_state): Here. * tests/conflicts.at, tests/existing.at, tests/local.at, tests/reduce.at, tests/regression.at, tests/sets.at: Adjust.
This commit is contained in:
@@ -370,7 +370,7 @@ static void
|
||||
print_state (FILE *out, state *s)
|
||||
{
|
||||
fputs ("\n\n", out);
|
||||
fprintf (out, _("state %d"), s->number);
|
||||
fprintf (out, _("State %d"), s->number);
|
||||
fputc ('\n', out);
|
||||
print_core (out, s);
|
||||
print_actions (out, s);
|
||||
|
||||
Reference in New Issue
Block a user