gmacros.h: fix C99 check
authorDan Winship <danw@gnome.org>
Sat, 2 Nov 2013 16:18:45 +0000 (12:18 -0400)
committerDan Winship <danw@gnome.org>
Sat, 2 Nov 2013 16:23:30 +0000 (12:23 -0400)
commitdc172f06162398b51d230511756292154bace423
tree791019a279d7419822501044c2110d07d859fde2
parentd0cd2e8ed036f4eff40c6de7a3b4a3361e48295e
gmacros.h: fix C99 check

G_STRFUNC was checking __STDC_VERSION__ against the wrong value
(though it didn't actually matter, since __STDC_VERSION__ wasn't
defined in C90, so the check still only matched C99 and above anyway).
glib/gmacros.h