summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index 3637a33..c92c6ce 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -66,6 +66,8 @@
#include <qmap.h>
#include "entry.h"
+#define YY_NO_INPUT 1
+
extern void vhdlParse(); // defined in vhdlparser.y
static bool g_lexInit = FALSE;