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

Collapse All | Expand All

(-)glib-1.2.10/glib.h (-1 / +4 lines)
Lines 201-208 Link Here
201
#    endif
201
#    endif
202
#  endif
202
#  endif
203
#endif
203
#endif
204
#if defined (__GNUC__) && !defined (__GNUC_STDC_INLINE__) && !defined (__GNUC_GNU_INLINE__)
205
#  define __GNUC_GNU_INLINE__ 1 /* GCCs earlier than 4.1.3 don't define this */
206
#endif
204
#ifndef G_INLINE_FUNC
207
#ifndef G_INLINE_FUNC
205
#  ifdef __GNUC__
208
#  ifdef __GNUC_GNU_INLINE__
206
#    ifdef __OPTIMIZE__
209
#    ifdef __OPTIMIZE__
207
#      define G_INLINE_FUNC extern inline
210
#      define G_INLINE_FUNC extern inline
208
#    else
211
#    else

Return to bug 297248