summaryrefslogtreecommitdiffstats
path: root/src/constexp.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.l')
-rw-r--r--src/constexp.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constexp.l b/src/constexp.l
index fae99cf..fda1f04 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -23,6 +23,7 @@
#include "ce_parse.h" // generated header file
#define YY_NEVER_INTERACTIVE 1
+#define YY_NO_INPUT 1
QCString g_strToken;
CPPValue g_resultValue;