mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com> * glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be committed at all.
This commit is contained in:
parent
6dee35f2e2
commit
e62c0f4d36
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
|
||||
definition which wasn't supposed to be committed
|
||||
at all.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -86,13 +86,6 @@
|
||||
#define G_GNUC_DEPRECATED
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
|
||||
#define G_HIDDEN_SYMBOL
|
||||
__attribute__((__visibility__("hidden")))
|
||||
#else
|
||||
#define G_HIDDEN_SYMBOL
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
/* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
|
||||
* macros, so we can refer to them as strings unconditionally.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user