From fcae0e3887ea9cb39b2f6e93f48b29add3184dc6 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 22 May 2012 03:01:54 +0000 Subject: [PATCH] Remove redundant declaration of yyparse Reported by: tinderbox --- bin/expr/expr.y | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 30704ed2818a..1856ec84d0f7 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -74,7 +74,6 @@ int to_integer(struct val *); void to_string(struct val *); int yyerror(const char *); int yylex(void); -int yyparse(void); %}