diff options
| author | Steve Price <steve@FreeBSD.org> | 1996-12-21 14:57:38 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1996-12-21 14:57:38 +0000 |
| commit | 5ac79b0aaeee6165a509fe004a58dc7459c81864 (patch) | |
| tree | 947c7c011dfb08eaa98a5b2b213dc80e84177082 /bin | |
| parent | 92098ddad44cd0bd8cdea361a7e7e19e02793e2d (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/arith_lex.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index 29d73f4e4f2b3..d2b87f7c73b02 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: arith_lex.l,v 1.5 1996/09/01 10:19:41 peter Exp $ + * $Id: arith_lex.l,v 1.6 1996/12/14 06:19:08 steve Exp $ */ #ifndef lint @@ -80,7 +80,6 @@ extern char *arith_buf, *arith_startbuf; "!" { return(ARITH_NOT); } . { error("arith: syntax error: \"%s\"\n", arith_startbuf); } %% -#undef yyunput void arith_lex_reset() { |
