mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
for consistency with the rest of the code. * src/symlist.h, src/symlist.c (symbol_list_print): Ditto. Add separators.
This commit is contained in:
@@ -83,7 +83,7 @@ symbol_new (uniqstr tag, location loc)
|
||||
fprintf (stderr, " %s { %s }", #Attr, s->Attr)
|
||||
|
||||
void
|
||||
symbol_print (FILE *f, symbol *s)
|
||||
symbol_print (symbol *s, FILE *f)
|
||||
{
|
||||
fprintf (stderr, "\"%s\"", s->tag);
|
||||
SYMBOL_ATTR_PRINT (type_name);
|
||||
|
||||
Reference in New Issue
Block a user