ec-field-test.c: Make the field-element type use internal format.
[secnet] / conffile.fl
index c8df0e6..77c1e2c 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
@@ -170,3 +170,6 @@ include                     BEGIN(incl);
        /* Return all unclaimed single characters to the parser */
 .                      return *yytext;
 
+%%
+
+int yywrap(void) { return 1; }