summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-02 17:06:40 +0000
committerphk <phk@FreeBSD.org>1996-06-02 17:06:40 +0000
commit9b71c2f42f0a4b49570854a13d8402df5f132467 (patch)
tree6ea9d2659f108b230df4d43cb981ed7a2bf3d9a6 /bin/sh/arith_lex.l
parentcb0af0dbc3b966c9c3c68ce1bca3354eb93db52d (diff)
downloadFreeBSD-src-9b71c2f42f0a4b49570854a13d8402df5f132467.zip
FreeBSD-src-9b71c2f42f0a4b49570854a13d8402df5f132467.tar.gz
Backup yacc changes.
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index 5a94576..9c3b851 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -41,7 +41,7 @@
static char sccsid[] = "@(#)arith_lex.l 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
-#include "arith.tab.h"
+#include "y.tab.h"
extern yylval;
extern char *arith_buf, *arith_startbuf;
OpenPOWER on IntegriCloud