[22118] in Source-Commits
third/glib
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sat Jan 8 15:30:46 2005
From: ghudson@MIT.EDU
Date: Sat, 8 Jan 2005 15:30:42 -0500
Message-Id: <200501082030.j08KUgPi017579@egyptian-gods.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/third/glib
In directory egyptian-gods.mit.edu:/afs/dev.mit.edu/user/ghudson/third/glib
Modified Files:
glib.h
Log Message:
Fix a gcc 3.4 compatibility issue. Fix from
http://cvs.openpkg.org/chngview?cn=16208; explanation is:
GCC 3.4 and higher treats __FUNCTION__ and similar special compiler
symbols as variables instead of macros. This means they no longer
can be concatenated directly with string literals. Unfortunately,
GLIB uses them in this way, so we have to disable this use with GCC
3.4 or higher.