summaryrefslogtreecommitdiff
path: root/tests/bison_nr_scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bison_nr_scanner.l')
-rw-r--r--tests/bison_nr_scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bison_nr_scanner.l b/tests/bison_nr_scanner.l
index 154d12b..4378e5a 100644
--- a/tests/bison_nr_scanner.l
+++ b/tests/bison_nr_scanner.l
@@ -33,8 +33,8 @@ static char* STRDUP(char* s1);
%option 8bit prefix="test"
%option bison-locations yylineno
-%option nomain nounput noyy_top_state noyywrap nodefault warn
%option prefix="test" header="bison_nr_scanner.h" yylineno
+%option nomain nounput noyy_top_state noyywrap nodefault noinput warn
%%