summaryrefslogtreecommitdiffstats
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.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l
index 0acf5b7..589888e 100644
--- a/usr.bin/ar/acplex.l
+++ b/usr.bin/ar/acplex.l
@@ -36,14 +36,16 @@ __FBSDID("$FreeBSD$");
#include "y.tab.h"
-#define YY_NO_UNPUT
-#define YY_NO_INPUT
int lineno = 1;
int yylex(void);
+#define YY_DECL int yylex(void)
+
%}
+%option nounput
+%option noinput
%option noyywrap
%%
OpenPOWER on IntegriCloud