chiark / gitweb /
Update some copyright notices.
[userv.git] / lexer.l.m4
index 7b42a1d33914f1678f5098402121c325e9445b6d..575c2f17850d976a5a17615b2cfc46940710b6ea 100644 (file)
@@ -134,11 +134,10 @@ static struct error_handling eh = { tokv_word_errorstostderr, 0,0,0,0,0 };
 static int dequote(char *inplace);
 static void countnewlines(void);
 
 static int dequote(char *inplace);
 static void countnewlines(void);
 
-#define YY_NO_UNPUT
-
 %}
 
 %option noyywrap
 %}
 
 %option noyywrap
+%option nounput
 
 %%
 
 
 %%