]> git.pld-linux.org Git - packages/amiwm.git/blob - amiwm-yywrap.patch
- added three patches
[packages/amiwm.git] / amiwm-yywrap.patch
1 --- amiwm0.20pl48/lex.l.old     2008-02-15 19:41:46.000000000 +0100
2 +++ amiwm0.20pl48/lex.l 2008-02-15 19:42:07.000000000 +0100
3 @@ -1,3 +1,4 @@
4 +%option noyywrap
5  %{
6  #include <stdio.h>
7  #include "gram.h"
8 @@ -6,7 +7,6 @@ extern int ParseError;
9  extern FILE *rcfile;
10  #undef yyin
11  #define yyin rcfile
12 -#define yywrap() 1
13  extern int parse_keyword(char *);
14  void fixup_string(char *, char *);
15  %}
This page took 0.071305 seconds and 3 git commands to generate.