X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=config_file.l;h=0b8435041fa0a1ba55546e885304ab30442a31f4;hb=e5b276f1a15604f1c7efe754074a86fabbb6bf6f;hp=38691b7d5111a68b45b7a469d4b3f52c71fd5ee9;hpb=9d3fd447f36e1a144a40037d559a92562d120703;p=lopsub.git diff --git a/config_file.l b/config_file.l index 38691b7..0b84350 100644 --- a/config_file.l +++ b/config_file.l @@ -4,7 +4,6 @@ * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html */ -%option noyywrap %option stack %option never-interactive %option yylineno @@ -29,6 +28,7 @@ OPTION [a-zA-Z]+[a-zA-Z0-9_-]* static char **rargv; static const char *subcommand; + static int yywrap(void) {return 1;} static int expand_result(void) { int nargc = rargc + 1;