summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 869b122..20744e1 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -36,6 +36,8 @@
#include <assert.h>
+#define YY_NO_INPUT 1
+
#define ADDCHAR(c) g_outBuf->addChar(c)
#define ADDARRAY(a,s) g_outBuf->addArray(a,s)