Do the same for "pure".
authorDarin Adler <darin@src.gnome.org>
Thu, 6 Dec 2001 22:58:58 +0000 (22:58 +0000)
committerDarin Adler <darin@src.gnome.org>
Thu, 6 Dec 2001 22:58:58 +0000 (22:58 +0000)
* glib/gmacros.h: Do the same for "pure".

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmacros.h

index a48780e..64a585b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index a48780e..64a585b 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmacros.h: Do the same for "pure".
+
 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
 
        The following patch corrects some function attributes. (#61780)
index 204b24d..5002d85 100644 (file)
@@ -49,7 +49,7 @@
  */
 #if    __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
 #define G_GNUC_PURE                            \
-  __attribute__((pure))
+  __attribute__((__pure__))
 #else
 #define G_GNUC_PURE
 #endif