mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +01:00
Do the same for "pure".
* glib/gmacros.h: Do the same for "pure".
This commit is contained in:
parent
e3516e3ad8
commit
8c613d7d09
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -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>
|
2001-12-06 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
The following patch corrects some function attributes. (#61780)
|
The following patch corrects some function attributes. (#61780)
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
*/
|
*/
|
||||||
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
||||||
#define G_GNUC_PURE \
|
#define G_GNUC_PURE \
|
||||||
__attribute__((pure))
|
__attribute__((__pure__))
|
||||||
#else
|
#else
|
||||||
#define G_GNUC_PURE
|
#define G_GNUC_PURE
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user