X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=conffile.fl;h=6b0259cdeccb58f07eaa4959ffb9e41b757aa033;hb=4d9d6e20e19c1aaa0d138e70897d136b36d673c0;hp=77c1e2c812c10a2db6b452b6a65aed61041fd24c;hpb=fe0c91cce702525cc26669b382d3d8a234b7e65f;p=secnet.git diff --git a/conffile.fl b/conffile.fl index 77c1e2c..6b0259c 100644 --- a/conffile.fl +++ b/conffile.fl @@ -22,6 +22,7 @@ %option nounput %option noinput %option never-interactive +%option noyywrap %{ #include @@ -169,7 +170,3 @@ include BEGIN(incl); /* Return all unclaimed single characters to the parser */ . return *yytext; - -%% - -int yywrap(void) { return 1; }