Simplify the inlining magic to make it work at Oh zero. (#162990, Kalpesh
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2005 20:10:57 +0000 (20:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Jan 2005 20:10:57 +0000 (20:10 +0000)
2005-01-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gutils.h: Simplify the inlining magic to make it
work at Oh zero.  (#162990, Kalpesh Shah)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gutils.h

index 1085b27..78b6024 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
 2005-01-04  Tor Lillqvist  <tml@iki.fi>
 
        * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
index 1085b27..78b6024 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
 2005-01-04  Tor Lillqvist  <tml@iki.fi>
 
        * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
index 1085b27..78b6024 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
 2005-01-04  Tor Lillqvist  <tml@iki.fi>
 
        * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
index 1085b27..78b6024 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
 2005-01-04  Tor Lillqvist  <tml@iki.fi>
 
        * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
index 1085b27..78b6024 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
 2005-01-04  Tor Lillqvist  <tml@iki.fi>
 
        * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
index c996673..08634c4 100644 (file)
@@ -94,9 +94,9 @@ G_BEGIN_DECLS
 #endif
 #ifdef G_IMPLEMENT_INLINES
 #  define G_INLINE_FUNC
-#elif defined (__GNUC__) && defined (__OPTIMIZE__)
+#elif defined (__GNUC__) 
 #  define G_INLINE_FUNC extern inline
-#elif defined (G_CAN_INLINE) && !defined (__GNUC__)
+#elif defined (G_CAN_INLINE) 
 #  define G_INLINE_FUNC static inline
 #else /* can't inline */
 #  define G_INLINE_FUNC