summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2012-12-11 12:40:54 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2012-12-11 12:40:54 +0000
commita08b10dc16ac317305f7eb5351a2d28c1b92ea86 (patch)
treeedb911de4969a1e642104e02d9d5bdfbac838e69 /bin/expr
parent89e01fce0e60fbcd88154f8d681dfc06df3bdc6b (diff)
Notes
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 7b3e8430eedc..89f8cced337c 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -74,6 +74,7 @@ int to_integer(struct val *);
void to_string(struct val *);
int yyerror(const char *);
int yylex(void);
+int yyparse(void);
%}