summaryrefslogtreecommitdiffstats
path: root/src/constexp.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-05-14 19:55:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-05-14 19:55:59 (GMT)
commit20bd371f722f95bdf9da2d5c27753af4d38e7b6f (patch)
treed211455e0cef95445694e7630c63dd0e90d3f3a5 /src/constexp.l
parentea4b32cb910635a50467b02f36b5521337451cf0 (diff)
downloadDoxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.zip
Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.gz
Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.bz2
Release-1.3-20030514
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; }