X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=lexer.l;h=c3b45b7a8636a65d310132f55747c5fc900e2c72;hb=6f3532c0d110bf8ecb7d84a50d2f9fd1e933ee46;hp=d75ed270bbdab3688829c950cf1d428c8fa8fa20;hpb=a271d7dfc7a7ab9509daf656f0a92a55c7fe7257;p=userv.git diff --git a/lexer.l b/lexer.l index d75ed27..c3b45b7 100644 --- a/lexer.l +++ b/lexer.l @@ -135,11 +135,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 %%