Remove redundant declaration of yyparse
Reported by: tinderbox
This commit is contained in:
parent
446228b9c8
commit
73776eede3
@ -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