X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=lexer.l.m4;h=1c3f8ef4143d5fefdd0e8e408357f3c2b238d36b;hp=575c2f17850d976a5a17615b2cfc46940710b6ea;hb=6cab4f8fc3de7f4e4cd5ab5a1989017ea8e695fe;hpb=6f3532c0d110bf8ecb7d84a50d2f9fd1e933ee46;ds=sidebyside diff --git a/lexer.l.m4 b/lexer.l.m4 index 575c2f1..1c3f8ef 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;