summaryrefslogtreecommitdiff
path: root/src/symtab.h
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2005-07-12 15:58:49 +0000
committerAkim Demaille <akim@epita.fr>2005-07-12 15:58:49 +0000
commit22dda0f00476e140b490979a3894d75ebc45b0cb (patch)
treee0843e9e93456d58f0638ff309fe4957ac3528c2 /src/symtab.h
parent82b248ada65d1ace010458797d9a008d5b9e43ae (diff)
downloadbison-22dda0f00476e140b490979a3894d75ebc45b0cb.tar.gz
* 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.
Diffstat (limited to 'src/symtab.h')
-rw-r--r--src/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symtab.h b/src/symtab.h
index 725b6cb8..61caa539 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -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);