mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
Merge remote-tracking branch 'origin/maint'
* origin/maint: tests: close files in glr-regression xml: match DOT output and xml2dot.xsl processing xml: factor xslt space template graph: fix a memory leak xml: documentation output: capitalize State
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