mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
315 B
Diff
12 lines
315 B
Diff
|
--- glib.h
|
||
|
+++ glib.h
|
||
|
@@ -204,7 +204,7 @@ extern "C" {
|
||
|
#ifndef G_INLINE_FUNC
|
||
|
# ifdef __GNUC__
|
||
|
# ifdef __OPTIMIZE__
|
||
|
-# define G_INLINE_FUNC extern inline
|
||
|
+# define G_INLINE_FUNC extern inline __attribute__ ((__gnu_inline__))
|
||
|
# else
|
||
|
# undef G_CAN_INLINE
|
||
|
# define G_INLINE_FUNC extern
|