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