Remove redundant declaration of yyparse
Reported by: tinderbox
This commit is contained in:
parent
d52995b6cf
commit
fcae0e3887
@ -74,7 +74,6 @@ int to_integer(struct val *);
|
|||||||
void to_string(struct val *);
|
void to_string(struct val *);
|
||||||
int yyerror(const char *);
|
int yyerror(const char *);
|
||||||
int yylex(void);
|
int yylex(void);
|
||||||
int yyparse(void);
|
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user