diff options
Diffstat (limited to 'util/bincfg/bincfg.h')
-rw-r--r-- | util/bincfg/bincfg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/bincfg/bincfg.h b/util/bincfg/bincfg.h index 35c6e9f17c..b8c668889e 100644 --- a/util/bincfg/bincfg.h +++ b/util/bincfg/bincfg.h @@ -39,10 +39,9 @@ struct blob { static struct field *putsym (char const *, unsigned int); static struct field *getsym (char const *); -static void yyerror (char const *); +static void yyerror (FILE* fp, char const *); int yylex (void); -static FILE* fp; static struct blob *binary; static struct field *sym_table; static struct field *sym_table_tail; |