diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2012-12-11 12:40:54 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2012-12-11 12:40:54 +0000 |
| commit | a08b10dc16ac317305f7eb5351a2d28c1b92ea86 (patch) | |
| tree | edb911de4969a1e642104e02d9d5bdfbac838e69 /bin/expr | |
| parent | 89e01fce0e60fbcd88154f8d681dfc06df3bdc6b (diff) | |
Notes
Diffstat (limited to 'bin/expr')
| -rw-r--r-- | bin/expr/expr.y | 1 |
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); %} |
