Remove redundant declaration of yyparse

Reported by:	tinderbox
This commit is contained in:
kevlo 2012-05-22 03:01:54 +00:00
parent 446228b9c8
commit 73776eede3

View File

@ -74,7 +74,6 @@ int to_integer(struct val *);
void to_string(struct val *);
int yyerror(const char *);
int yylex(void);
int yyparse(void);
%}