Remove redundant declaration of yyparse

Reported by:	tinderbox
This commit is contained in:
Kevin Lo 2012-05-22 03:01:54 +00:00
parent d52995b6cf
commit fcae0e3887
1 changed files with 0 additions and 1 deletions

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);
%}