mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
Remove redundant declaration of yyparse
Reported by: tinderbox
This commit is contained in:
parent
d52995b6cf
commit
fcae0e3887
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235771
@ -74,7 +74,6 @@ int to_integer(struct val *);
|
||||
void to_string(struct val *);
|
||||
int yyerror(const char *);
|
||||
int yylex(void);
|
||||
int yyparse(void);
|
||||
|
||||
%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user