X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/82b248ada65d1ace010458797d9a008d5b9e43ae..22dda0f00476e140b490979a3894d75ebc45b0cb:/src/symtab.h 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);