aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar/acplex.l
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
committerRebecca Cran <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
commit1161d4202c3c938b634bd14435ec9ba96755a5d2 (patch)
tree6a56b3f4589aac0feed490c2a3650fe296d1d9b0 /usr.bin/ar/acplex.l
parent7dd052c1d9375f47c9143d93eabeb86483e98213 (diff)
Notes
Diffstat (limited to 'usr.bin/ar/acplex.l')
-rw-r--r--usr.bin/ar/acplex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l
index 3186d170ced2..0acf5b79d13b 100644
--- a/usr.bin/ar/acplex.l
+++ b/usr.bin/ar/acplex.l
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include "y.tab.h"
#define YY_NO_UNPUT
+#define YY_NO_INPUT
int lineno = 1;
int yylex(void);