chiark / gitweb /
configure.in, conffile.fl: Remove dependency on `libfl.a'.
[secnet.git] / conffile.fl
index 2ceb01bdd217583cf9f6d162496c71d416071612..77c1e2c812c10a2db6b452b6a65aed61041fd24c 100644 (file)
@@ -170,3 +170,6 @@ include                     BEGIN(incl);
        /* Return all unclaimed single characters to the parser */
 .                      return *yytext;
 
+%%
+
+int yywrap(void) { return 1; }