mdw-test/: Include some random utilities I've found handy for testing.
[secnet] / conffile.fl
index 2ceb01b..77c1e2c 100644 (file)
@@ -170,3 +170,6 @@ include                     BEGIN(incl);
        /* Return all unclaimed single characters to the parser */
 .                      return *yytext;
 
+%%
+
+int yywrap(void) { return 1; }