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

Collapse All | Expand All

(-)twolame-0.3.10-orig/libtwolame/common.h (-1 / +5 lines)
Lines 39-45 Link Here
39
/* Same problem under Mac OS X */
39
/* Same problem under Mac OS X */
40
#  define NO_DLL_INLINE
40
#  define NO_DLL_INLINE
41
# else
41
# else
42
#  define NO_DLL_INLINE inline
42
#  ifdef __GNUC_STDC_INLINE__
43
#   define NO_DLL_INLINE extern inline
44
#  else
45
#   define NO_DLL_INLINE inline
46
#  endif
43
# endif
47
# endif
44
#endif
48
#endif
45
49

Return to bug 200047