Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be
authorOwen Taylor <otaylor@redhat.com>
Fri, 22 Nov 2002 14:41:06 +0000 (14:41 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 22 Nov 2002 14:41:06 +0000 (14:41 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmacros.h

index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 6bc764156631bd1a7ea47c8f097db7ce0e8a295b..6e99780b5698f29b2a0851f9ea28de120076415b 100644 (file)
@@ -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 
index 92e504454f5959ee47134aff55c5713cfbb9da30..58e8cb3afd16b4b1f63ce0fbb5dbf32ff9bdbc47 100644 (file)
 #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.
  */