]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xfonts/lexer.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xfonts / lexer.patch
1 diff -Naur xc.old/config/pswrap/lexer.l xc/config/pswrap/lexer.l
2 --- xc.old/config/pswrap/lexer.l        2004-04-23 18:42:00.000000000 +0000
3 +++ xc/config/pswrap/lexer.l    2004-11-16 21:07:10.569144105 +0000
4 @@ -41,6 +41,7 @@
5  #include <ctype.h>
6  #include <stdlib.h>
7  #include <string.h>
8 +int yy_prev_more_offset;
9  
10  #include "pswpriv.h"
11  #include "pswparser.h"
12 diff -Naur xc.old/programs/twm/lex.l xc/programs/twm/lex.l
13 --- xc.old/programs/twm/lex.l   2004-04-23 18:42:00.000000000 +0000
14 +++ xc/programs/twm/lex.l    2004-11-16 21:07:10.569144105 +0000
15 @@ -65,6 +41,7 @@
16  #include "gram.h"
17  #include "list.h"
18  #include "parse.h"
19 +int yy_prev_more_offset;
20
21  #ifdef FLEX_SCANNER
22  int yylineno;
23 diff -Naur xc.old/programs/xgc/lex.l xc/programs/xgc/lex.l
24 --- xc.old/programs/xgc/lex.l   2004-04-23 18:42:00.000000000 +0000
25 +++ xc/programs/xgc/lex.l    2004-11-16 21:07:10.569144105 +0000
26 @@ -11,6 +11,9 @@
27  #include <X11/X.h>
28  #include "gram.h"
29  #include "constants.h"
30
31 +int yy_prev_more_offset;
32
33  #if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__)
34  int yylineno = 0;
35  #endif
36 diff -Naur xc.old/programs/Xserver/hw/dmx/config/scanner.l xc/programs/Xserver/hw/dmx/config/scanner.l
37 --- xc.old/programs/Xserver/hw/dmx/config/scanner.l 2004-07-30 20:06:00.000000000 +0000
38 +++ xc.old/programs/Xserver/hw/dmx/config/scanner.l 2004-11-16 21:07:10.569144105 +0000
39 @@ -37,6 +37,9 @@
40  #include "parser.h"
41  #include <string.h>
42  #include <ctype.h>
43 +
44 +int yy_prev_more_offset;
45 +
46  static int getdimension(int token, const char *text, int leng);
47  static int getstring(int token, const char *text, int leng);
48  static int gettoken(int token, const char *text, int leng);