]> git.pld-linux.org Git - packages/amiwm.git/commitdiff
- fixed issue with yywrap
authorwitekfl <witekfl@pld-linux.org>
Fri, 15 Feb 2008 20:11:44 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amiwm-yywrap.patch -> 1.1

amiwm-yywrap.patch [new file with mode: 0644]

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.101523 seconds and 4 git commands to generate.