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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- nsprpub/pr/include/prtypes.h        29 Apr 2005 21:02:54 -0000      3.30
0
++ nsprpub/pr/include/prtypes.h        13 Oct 2005 17:43:36 -0000      3.31
Lines 178-184 Link Here
178
#else /* Unix */
178
#else /* Unix */
179
#ifdef HAVE_VISIBILITY_PRAGMA
179
/* GCC 3.3 and later support the visibility attribute. */
180
#if (__GNUC__ >= 4) || \
181
    (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)
180
#define PR_VISIBILITY_DEFAULT __attribute__((visibility("default")))
182
#define PR_VISIBILITY_DEFAULT __attribute__((visibility("default")))
181
#else
183
#else
182
#define PR_VISIBILITY_DEFAULT
184
#define PR_VISIBILITY_DEFAULT

Return to bug 116231