* Deal with the new flex 2.5.31 as follows:
[filters.git] / ken.l
diff --git a/ken.l b/ken.l
index 784db92fff917573244708e62058451265719ff3..6c6788c9a27190b8cdafa5ad3f12e62deee6ac76 100644 (file)
--- a/ken.l
+++ b/ken.l
@@ -292,3 +292,8 @@ main()
        srand(getpid());
        yylex();
 }
+
+int yywrap()
+{
+       return 1;
+}
This page took 0.008775 seconds and 4 git commands to generate.