* glib/gmacros.h: Do the same for "pure".
+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)
+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)
+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)
+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)
+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)
+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)
+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)
+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)
*/
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
#define G_GNUC_PURE \
- __attribute__((pure))
+ __attribute__((__pure__))
#else
#define G_GNUC_PURE
#endif