summaryrefslogtreecommitdiff
path: root/bin/expr/expr.y
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-12-11 02:40:01 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-12-11 02:40:01 +0000
commitcc97d1b6299aae0bdeddb6731f30feb26f8d52ef (patch)
tree8048fb5217c42889dfb48ce7b5112988ad4de972 /bin/expr/expr.y
parent41e9adf45d6df399507b95e5667feb7babe29c6c (diff)
Notes
Diffstat (limited to 'bin/expr/expr.y')
-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 89f8cced337c..7b3e8430eedc 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);
%}