summaryrefslogtreecommitdiff
path: root/glib/gmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gmacros.h')
-rw-r--r--glib/gmacros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gmacros.h b/glib/gmacros.h
index d953de4c8..01139b271 100644
--- a/glib/gmacros.h
+++ b/glib/gmacros.h
@@ -231,9 +231,9 @@
*
* This symbol is private.
*/
-#undef g_has_typeof
+#undef glib_typeof
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 8)) && !defined(__cplusplus)
-#define g_has_typeof
+#define glib_typeof(t) __typeof__ (t)
#endif
/*