summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-13 07:54:23 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-13 07:54:23 +0000
commitf509d2ea20743f72d13b03c77c8c0872cec49304 (patch)
treec80db9f7e0ddd55d58581b169c3ddda22a56199f /bin/sh/arith_lex.l
parentd0e833a8a7c2047711efdf3ea08308aea8847f02 (diff)
downloadFreeBSD-src-f509d2ea20743f72d13b03c77c8c0872cec49304.zip
FreeBSD-src-f509d2ea20743f72d13b03c77c8c0872cec49304.tar.gz
cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvs
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index 4e7b7fb..f0ed3d5 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -42,13 +42,15 @@ __FBSDID("$FreeBSD$");
#include <string.h>
+#include "arith.h"
#include "shell.h"
#include "y.tab.h"
#include "error.h"
#include "memalloc.h"
#include "var.h"
-extern char *arith_buf, *arith_startbuf;
+int yylex(void);
+
#undef YY_INPUT
#define YY_INPUT(buf,result,max) \
result = (*buf = *arith_buf++) ? 1 : YY_NULL;
OpenPOWER on IntegriCloud