* 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:
Akim Demaille
2005-07-12 15:58:49 +00:00
parent 82b248ada6
commit 22dda0f004
5 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2005-07-12 Akim Demaille <akim@epita.fr>
* 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.
2005-07-12 Akim Demaille <akim@epita.fr>
* src/parse-gram.y: Use %printer instead of YYPRINT.