X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=conffile.fl;h=6b0259cdeccb58f07eaa4959ffb9e41b757aa033;hb=147b444d6faa9a621e33d653b7a72c29724203c3;hp=2ceb01bdd217583cf9f6d162496c71d416071612;hpb=9c6a8729f6553615786878b382d4d44d2a54eec0;p=secnet.git diff --git a/conffile.fl b/conffile.fl index 2ceb01b..6b0259c 100644 --- a/conffile.fl +++ b/conffile.fl @@ -22,6 +22,7 @@ %option nounput %option noinput %option never-interactive +%option noyywrap %{ #include @@ -169,4 +170,3 @@ include BEGIN(incl); /* Return all unclaimed single characters to the parser */ . return *yytext; -