mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +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:
@@ -92,7 +92,7 @@ struct symbol
|
||||
#define NUMBER_UNDEFINED (-1)
|
||||
|
||||
/* Print a symbol (for debugging). */
|
||||
void symbol_print (FILE *f, symbol *s);
|
||||
void symbol_print (symbol *s, FILE *f);
|
||||
|
||||
/* Fetch (or create) the symbol associated to KEY. */
|
||||
symbol *symbol_get (const char *key, location loc);
|
||||
|
||||
Reference in New Issue
Block a user