diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-03-19 13:29:28 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-03-19 13:29:28 +0000 |
| commit | 0fd510b71aa44308681d2e01c9d772f32af24313 (patch) | |
| tree | 163891f0a6f18e48e3d38e4d107ad82c2f5c570a /bin/expr | |
| parent | 967a3bf89387d29910172d5d39863b19da1c3685 (diff) | |
Notes
Diffstat (limited to 'bin/expr')
| -rw-r--r-- | bin/expr/expr.y | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y index b2d66bf8a511..e745bb7b4ac5 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $Id$ + * $Id: expr.y,v 1.8 1994/09/24 02:55:37 davidg Exp $ */ #include <stdio.h> @@ -193,7 +193,6 @@ struct val *vp; int yylex () { - struct val *vp; char *p; if (*av == NULL) @@ -228,6 +227,8 @@ struct val *vp; /* NOTREACHED */ } +int yyparse (); + void main (argc, argv) int argc; |
