X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/867a3e0085abd0281d41a7a1a56dea143dadf4eb..b09a18c50d221b54e6bc94e03deb65ecd52c4288:/src/symlist.h?ds=inline diff --git a/src/symlist.h b/src/symlist.h index 135a8cd1..e4714f6c 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -45,7 +45,7 @@ typedef struct symbol_list symbol_list *symbol_list_new (symbol *sym, location loc); /* Print it. */ -void symbol_list_print (FILE *f, symbol_list *l); +void symbol_list_print (symbol_list *l, FILE *f); /* Prepend SYM at LOC to the LIST. */ symbol_list *symbol_list_prepend (symbol_list *list,