X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=lexer.l.m4;h=575c2f17850d976a5a17615b2cfc46940710b6ea;hp=7b42a1d33914f1678f5098402121c325e9445b6d;hb=6f3532c0d110bf8ecb7d84a50d2f9fd1e933ee46;hpb=056b51087c4f7d9b9489a547fadcd51e3c944d8e diff --git a/lexer.l.m4 b/lexer.l.m4 index 7b42a1d..575c2f1 100644 --- a/lexer.l.m4 +++ b/lexer.l.m4 @@ -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); -#define YY_NO_UNPUT - %} %option noyywrap +%option nounput %%