GNOME Bugzilla – Bug 438873
Some G_GNUC_INTERNAL references not moved to start of line
Last modified: 2007-05-17 16:41:36 UTC
Related to bug #342981, there are 5 files where G_GNUC_INTERNAL has not been moved to the start of the line. This requires us in Sun (JDS group) to maintain a local patch to build glib 2.13.x with the SunStudio compiler. The attached patch moves G_GNUC_INTERNAL to the start of the line.
Created attachment 88284 [details] [review] Move G_GNUC_INTERNAL to start of line for SunStudio compiler support.
Looks fine, please commit
I don't have commit access. I let it lapse years ago, before svn.
* glib/gdebug.h: * glib/gmessages.h: * glib/gunicodeprivate.h: * glib/gthreadprivate.h: Move G_GNUC_INTERNAL before function declarations to fix compilation with sun studio. (#438873, Damien Carbery)