summaryrefslogblamecommitdiffstats
path: root/source/l/glib/glib-1.2.10-gcc34.patch
blob: bb02628cd9bc9b208be2e08328f1f5d33b70e9c2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                    
--- glib-1.2.10/glib.h.gcc34	2004-06-21 09:15:12.000000000 -0400
+++ glib-1.2.10/glib.h	2004-06-21 09:15:22.000000000 -0400
@@ -272,7 +272,7 @@
 /* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
  * macros, so we can refer to them as strings unconditionally.
  */
-#ifdef	__GNUC__
+#if defined (__GNUC__) && (__GNUC__ < 3)
 #define	G_GNUC_FUNCTION		__FUNCTION__
 #define	G_GNUC_PRETTY_FUNCTION	__PRETTY_FUNCTION__
 #else	/* !__GNUC__ */