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

Collapse All | Expand All

(-)glib-extra.h (+3 lines)
Lines 57-62 G_BEGIN_DECLS Link Here
57
#define        g_scanner_remove_symbol( scanner, symbol )      G_STMT_START { \
57
#define        g_scanner_remove_symbol( scanner, symbol )      G_STMT_START { \
58
  g_scanner_scope_remove_symbol ((scanner), 0, (symbol)); \
58
  g_scanner_scope_remove_symbol ((scanner), 0, (symbol)); \
59
} G_STMT_END
59
} G_STMT_END
60
#if GLIB_CHECK_VERSION (2, 4, 0)                // FIXME: remove <=GLib-2.4.0 dependant code
61
#define g_value_set_boxed_take_ownership        g_value_take_boxed
62
#endif

Return to bug 45986