# endif
#endif
#if defined (__GNUC__) && !defined (__GNUC_STDC_INLINE__) && !defined (__GNUC_GNU_INLINE__)
# define __GNUC_GNU_INLINE__ 1 /* GCCs earlier than 4.1.3 don't define this */
#ifndef G_INLINE_FUNC
# ifdef __GNUC__
# ifdef __GNUC_GNU_INLINE__
# ifdef __OPTIMIZE__
# define G_INLINE_FUNC extern inline
# else