X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=lexer.l.m4;h=7be0be0d079322467b0cd9176c5439f132c4ed48;hb=f53cd40f20431be077e96cb70e6dae9692276356;hp=7b42a1d33914f1678f5098402121c325e9445b6d;hpb=056b51087c4f7d9b9489a547fadcd51e3c944d8e;p=userv.git diff --git a/lexer.l.m4 b/lexer.l.m4 index 7b42a1d..7be0be0 100644 --- a/lexer.l.m4 +++ b/lexer.l.m4 @@ -51,7 +51,7 @@ typedef int directive_fnt(int dtoken); static directive_fnt df_reject, df_execute, df_executefrompath; static directive_fnt df_executefromdirectory, df_executebuiltin; static directive_fnt df_errorstostderr, df_errorstosyslog, df_errorstofile; -static directive_fnt dfg_fdwant, dfg_setflag; +static directive_fnt dfg_fdwant, dfg_setflag, dfg_lookupquotemode; static directive_fnt df_reset, df_cd, df_userrcfile, df_include; static directive_fnt df_includelookup, df_includedirectory; static directive_fnt df_message, df_error, df_quit, df_eof; @@ -134,11 +134,12 @@ 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 +#define YY_NO_INPUT %} %option noyywrap +%option nounput %%