aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar/acplex.l
diff options
context:
space:
mode:
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);