summaryrefslogtreecommitdiffstats
path: root/src/constexp.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.l')
-rw-r--r--src/constexp.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constexp.l b/src/constexp.l
index 264c9d6..f9df891 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -49,6 +49,8 @@ static int yyread(char *buf,int max_size)
%}
+%option nounput
+
%%
"?" { return TOK_QUESTIONMARK; }