]> git.pld-linux.org Git - packages/amiwm.git/blobdiff - amiwm-yywrap.patch
- fixed issue with yywrap
[packages/amiwm.git] / amiwm-yywrap.patch
diff --git a/amiwm-yywrap.patch b/amiwm-yywrap.patch
new file mode 100644 (file)
index 0000000..15ba215
--- /dev/null
@@ -0,0 +1,15 @@
+--- amiwm0.20pl48/lex.l.old    2008-02-15 19:41:46.000000000 +0100
++++ amiwm0.20pl48/lex.l        2008-02-15 19:42:07.000000000 +0100
+@@ -1,3 +1,4 @@
++%option noyywrap
+ %{
+ #include <stdio.h>
+ #include "gram.h"
+@@ -6,7 +7,6 @@ extern int ParseError;
+ extern FILE *rcfile;
+ #undef yyin
+ #define yyin rcfile
+-#define yywrap() 1
+ extern int parse_keyword(char *);
+ void fixup_string(char *, char *);
+ %}
This page took 0.185586 seconds and 4 git commands to generate.