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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +14 lines)
Line  Link Here
0
-- flex/scan.c
0
++ flex/scan.c
Lines 3935-3943 Link Here
3935
	yyfree((void *) b  );
3935
	yyfree((void *) b  );
3936
}
3936
}
3937
3937
3938
#ifndef __cplusplus
3938
#ifdef __cplusplus
3939
extern "C" {
3940
#endif
3939
extern int isatty (int );
3941
extern int isatty (int );
3940
#endif /* __cplusplus */
3942
#ifdef __cplusplus
3943
}
3944
#endif
3941
    
3945
    
3942
/* Initializes or reinitializes a buffer.
3946
/* Initializes or reinitializes a buffer.
3943
 * This function is sometimes called more than once on the same buffer,
3947
 * This function is sometimes called more than once on the same buffer,
3944
-- flex/skel.c
3948
++ flex/skel.c
Lines 2183-2191 Link Here
2183
  "[[",
2183
  "[[",
2184
  "    m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,",
2184
  "    m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]],,",
2185
  "    [[",
2185
  "    [[",
2186
  "#ifndef __cplusplus",
2186
  "#ifdef __cplusplus",
2187
  "extern \"C\" {",
2188
  "#endif",
2187
  "extern int isatty M4_YY_PARAMS( int );",
2189
  "extern int isatty M4_YY_PARAMS( int );",
2188
  "#endif /* __cplusplus */",
2190
  "#ifdef __cplusplus",
2191
  "}",
2192
  "#endif",
2189
  "    ]])",
2193
  "    ]])",
2190
  "]])",
2194
  "]])",
2191
  "%endif",
2195
  "%endif",

Return to bug 119598