diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-05-22 03:01:54 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-05-22 03:01:54 +0000 |
| commit | fcae0e3887ea9cb39b2f6e93f48b29add3184dc6 (patch) | |
| tree | 2fa0eb2e266f5e64f8dd9aac5b3eb3aab8177d3c | |
| parent | d52995b6cfcef40697d08a4b4dd8b9aa7a2f3c2b (diff) | |
Notes
| -rw-r--r-- | bin/expr/expr.y | 1 |
1 files changed, 0 insertions, 1 deletions
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); %} |
