chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / conffile.fl
index 2ceb01bdd217583cf9f6d162496c71d416071612..6b0259cdeccb58f07eaa4959ffb9e41b757aa033 100644 (file)
@@ -22,6 +22,7 @@
 %option nounput
 %option noinput
 %option never-interactive
+%option noyywrap
 
 %{
 #include <assert.h>
@@ -169,4 +170,3 @@ include                     BEGIN(incl);
 
        /* Return all unclaimed single characters to the parser */
 .                      return *yytext;
-