summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/expr/expr.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 30704ed..1856ec8 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);
%}
OpenPOWER on IntegriCloud