X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/867a3e0085abd0281d41a7a1a56dea143dadf4eb..c70fdfcd207a394121c7dac271bbd04ce2a91c98:/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);