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

(-)a/Modules/_decimal/libmpdec/constants.c (+3 lines)
Lines 71-76 Link Here
71
  };
71
  };
72
72
73
  /* magic number for constant division by MPD_RADIX */
73
  /* magic number for constant division by MPD_RADIX */
74
#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3))
75
 __attribute__((visibility("hidden")))
76
#endif
74
  const mpd_uint_t mprime_rdx = 15581492618384294730ULL;
77
  const mpd_uint_t mprime_rdx = 15581492618384294730ULL;
75
78
76
#elif defined(CONFIG_32)
79
#elif defined(CONFIG_32)

Return to bug 498640