summaryrefslogtreecommitdiff
path: root/lexxer.l
diff options
context:
space:
mode:
Diffstat (limited to 'lexxer.l')
-rw-r--r--lexxer.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/lexxer.l b/lexxer.l
index 6686b55..5f2f61e 100644
--- a/lexxer.l
+++ b/lexxer.l
@@ -50,6 +50,9 @@ FileName ({QString}|{AString})
#include "lexxer.h"
#include "cpu.h"
+/* We do not need the input function. */
+#define YY_NO_INPUT
+
#define stringize(x) #x
#ifdef LDEBUG