summaryrefslogtreecommitdiffstats
path: root/edify/lexer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'edify/lexer.ll')
-rw-r--r--edify/lexer.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/lexer.ll b/edify/lexer.ll
index b764d1699..cb4594371 100644
--- a/edify/lexer.ll
+++ b/edify/lexer.ll
@@ -35,6 +35,8 @@ std::string string_buffer;
%x STR
+%option noinput
+%option nounput
%option noyywrap
%%