]> git.pld-linux.org Git - packages/flex.git/blame - flex-glibc22.patch
- updated to 2.5.38 (but stick to static libfl for the reasons specified at the top...
[packages/flex.git] / flex-glibc22.patch
CommitLineData
42ac3cd4
JB
1diff -Nur flex-2.5.31.orig/flex.skl flex-2.5.31/flex.skl
2--- flex-2.5.31.orig/flex.skl 2003-04-01 03:51:38.000000000 +0200
3+++ flex-2.5.31/flex.skl 2003-06-19 00:41:00.000000000 +0200
4@@ -1973,25 +1973,6 @@
5 }
5d8d9de9 6
5d8d9de9 7
42ac3cd4
JB
8-%if-c-only
9-m4_ifdef( [[M4_YY_ALWAYS_INTERACTIVE]],,
10-[[
11- m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,
12- [[
13-#ifndef __cplusplus
14-extern int isatty M4_YY_PARAMS( int );
15-#endif /* __cplusplus */
16- ]])
17-]])
18-%endif
5d8d9de9 19-
42ac3cd4
JB
20-%if-c++-only
21-m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,
22-[[
23-extern "C" int isatty M4_YY_PARAMS( int );
24-]])
25-%endif
26-
27 /* Initializes or reinitializes a buffer.
28 * This function is sometimes called more than once on the same buffer,
29 * such as during a yyrestart() or at EOF.
50a5708f
JB
30--- flex-2.5.33/scan.c.orig 2006-02-21 03:45:51.000000000 +0100
31+++ flex-2.5.33/scan.c 2006-03-07 23:16:54.545169500 +0100
32@@ -4177,13 +4177,6 @@
33
34
5d8d9de9 35
50a5708f
JB
36-#ifndef YY_ALWAYS_INTERACTIVE
37-#ifndef YY_NEVER_INTERACTIVE
42ac3cd4 38-#ifndef __cplusplus
50a5708f 39-extern int isatty YY_PARAMS(( int ));
42ac3cd4 40-#endif /* __cplusplus */
50a5708f
JB
41-#endif /* !YY_NEVER_INTERACTIVE */
42-#endif /* !YY_ALWAYS_INTERACTIVE */
43
44
45
This page took 0.546284 seconds and 4 git commands to generate.