summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rfcomm/lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index 0c4dfee5..858e61d2 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -36,6 +36,7 @@
#include "kword.h"
#include "parser.h"
+#define YY_NO_INPUT
#define ECHO {;}
#define YY_DECL int yylex(void)