Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 723370
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/intl/libgnuintl.h
0
++ b/intl/libgnuintl.h
Lines 93-99 extern "C" { Link Here
93
   If he doesn't, we choose the method.  A third possible method is
93
   If he doesn't, we choose the method.  A third possible method is
94
   _INTL_REDIRECT_ASM, supported only by GCC.  */
94
   _INTL_REDIRECT_ASM, supported only by GCC.  */
95
#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
95
#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
96
# if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined __cplusplus)
96
# if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined __cplusplus) && USE_ASM_ALIASES_THAT_BREAK_LTO
97
#  define _INTL_REDIRECT_ASM
97
#  define _INTL_REDIRECT_ASM
98
# else
98
# else
99
#  ifdef __cplusplus
99
#  ifdef __cplusplus

Return to bug 723370