Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135187 | Differences between
and this patch

Collapse All | Expand All

(-)contrib/cube/cubescan.l.orig (+4 lines)
Lines 9-14 Link Here
9
9
10
10
11
/* flex screws a couple symbols when used with the -P option; fix those */
11
/* flex screws a couple symbols when used with the -P option; fix those */
12
#ifndef YY_PROTO
13
#define YY_PROTO(proto) proto
14
#endif
15
12
#define YY_DECL int cube_yylex YY_PROTO(( void )); \
16
#define YY_DECL int cube_yylex YY_PROTO(( void )); \
13
int cube_yylex YY_PROTO(( void ))
17
int cube_yylex YY_PROTO(( void ))
14
#define yylval cube_yylval
18
#define yylval cube_yylval
(-)contrib/seg/segscan.l.orig (+4 lines)
Lines 9-14 Link Here
9
9
10
10
11
/* flex screws a couple symbols when used with the -P option; fix those */
11
/* flex screws a couple symbols when used with the -P option; fix those */
12
#ifndef YY_PROTO
13
#define YY_PROTO(proto) proto
14
#endif
15
12
#define YY_DECL int seg_yylex YY_PROTO(( void )); \
16
#define YY_DECL int seg_yylex YY_PROTO(( void )); \
13
int seg_yylex YY_PROTO(( void ))
17
int seg_yylex YY_PROTO(( void ))
14
#define yylval seg_yylval
18
#define yylval seg_yylval
(-)contrib/tsearch/parser.l.orig (+1 lines)
Lines 18-23 Link Here
18
char *s     = NULL;  /* to return WHOLE hyphenated-word */
18
char *s     = NULL;  /* to return WHOLE hyphenated-word */
19
19
20
YY_BUFFER_STATE buf = NULL; /* buffer to parse; it need for parse from string */
20
YY_BUFFER_STATE buf = NULL; /* buffer to parse; it need for parse from string */
21
static YY_BUFFER_STATE yy_current_buffer = 0;
21
22
22
int lrlimit = -1;	/* for limiting read from filehandle ( -1 - unlimited read ) */
23
int lrlimit = -1;	/* for limiting read from filehandle ( -1 - unlimited read ) */
23
int bytestoread = 0;	/* for limiting read from filehandle */
24
int bytestoread = 0;	/* for limiting read from filehandle */

Return to bug 135187