X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fe0c91cce702525cc26669b382d3d8a234b7e65f..refs/heads/mdw/import-catacomb:/conffile.fl?ds=sidebyside 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; }