X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=conffile.fl;h=6b0259cdeccb58f07eaa4959ffb9e41b757aa033;hb=31c89500dd7755b13880409d4edc441ff06ffd37;hp=c8df0e6d25024d612176ee483bc960696530eb3e;hpb=c215a4bc817daf7b5631236c3c7b6a509479b034;p=secnet.git diff --git a/conffile.fl b/conffile.fl index c8df0e6..6b0259c 100644 --- a/conffile.fl +++ b/conffile.fl @@ -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 @@ -169,4 +170,3 @@ include BEGIN(incl); /* Return all unclaimed single characters to the parser */ . return *yytext; -