mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Define empty if gcc is too old.
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de> * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
This commit is contained in:
parent
f1d1c56493
commit
e02c68bef0
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
|
||||
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in glib/glib.def : updated
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
|
||||
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in glib/glib.def : updated
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
|
||||
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in glib/glib.def : updated
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
|
||||
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in glib/glib.def : updated
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 17:37:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
|
||||
|
||||
2004-08-06 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in glib/glib.def : updated
|
||||
|
@ -59,7 +59,7 @@
|
||||
* functions as being used internally to the lib only, to not
|
||||
* create inefficient PLT entries.
|
||||
*/
|
||||
#if defined (__GNUC__)
|
||||
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
||||
#define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
|
||||
#else
|
||||
#define G_GNUC_INTERNAL
|
||||
|
Loading…
Reference in New Issue
Block a user