diff options
Diffstat (limited to 'src/constexp.l')
-rw-r--r-- | src/constexp.l | 2 |
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; } |