]> git.pld-linux.org Git - packages/flex.git/blob - flex-glibc22.patch
- seems to work fine, rel 1
[packages/flex.git] / flex-glibc22.patch
1 diff -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  }
6  
7  
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
19 -
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.
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  
35  
36 -#ifndef YY_ALWAYS_INTERACTIVE
37 -#ifndef YY_NEVER_INTERACTIVE
38 -#ifndef __cplusplus
39 -extern int isatty YY_PARAMS(( int ));
40 -#endif /* __cplusplus */
41 -#endif /* !YY_NEVER_INTERACTIVE */
42 -#endif /* !YY_ALWAYS_INTERACTIVE */
43  
44  
45  
This page took 0.066936 seconds and 3 git commands to generate.