X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=lexer.l.m4;h=7be0be0d079322467b0cd9176c5439f132c4ed48;hp=575c2f17850d976a5a17615b2cfc46940710b6ea;hb=f53cd40f20431be077e96cb70e6dae9692276356;hpb=47bb19ee5401d7194b016202d87413c05d50f021 diff --git a/lexer.l.m4 b/lexer.l.m4 index 575c2f1..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,6 +134,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