+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
+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
+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
+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
+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
+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
+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
#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.
*/