chiark / gitweb /
subdirmk: Change stub force target to `run-main.mk'
[secnet.git] / conffile.fl
index c8df0e6d25024d612176ee483bc960696530eb3e..6b0259cdeccb58f07eaa4959ffb9e41b757aa033 100644 (file)
@@ -4,7 +4,7 @@
  *
  * secnet is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version d of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  * 
  * secnet is distributed in the hope that it will be useful, but
@@ -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;
-