[debug] Fix __GNUC__ typo
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 3 Aug 2009 12:58:52 +0000 (13:58 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 3 Aug 2009 13:25:09 +0000 (14:25 +0100)
commitcd35f3b384b645d171de49eee555363d4b2acc94
tree500e86323576388b6c8de60cdfc148500b9440c7
parent94b35a4a5ee4fa86d837b2deb06fe849a2a68977
[debug] Fix __GNUC__ typo

The right gcc define is __GNUC__ not __GNUC_. This typo had the side
effect that we were using the non gcc specific debug macros leading to
a less optmised CLUTTER_NOTE () than one could have dreamed of.
clutter/clutter-debug.h