chiark / gitweb /
Patch from Peter Benie.
[userv.git] / lexer.l
diff --git a/lexer.l b/lexer.l
index 27f51814ac3a44371ae52e1dd2737b3362bd39dc..3dc8590ac6009ed9518ddf141ceeed611ae79aa6 100644 (file)
--- a/lexer.l
+++ b/lexer.l
@@ -135,6 +135,8 @@ static struct error_handling eh = { tokv_word_errorstostderr, 0,0,0,0,0 };
 static int dequote(char *inplace);
 static void countnewlines(void);
 
+#define YY_NO_INPUT
+
 %}
 
 %option noyywrap