From 668c399077b48ef49d2fdb6eb808226c9f127e70 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 22 Jul 2011 12:59:11 +0200 Subject: [PATCH] Add deprecation guard to G_UNICODE_COMBINING_MARK ...since it's deprecated now and documented as such. --- glib/gunicode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gunicode.h b/glib/gunicode.h index 283b4db2f..548300c76 100644 --- a/glib/gunicode.h +++ b/glib/gunicode.h @@ -156,7 +156,9 @@ typedef enum * * Deprecated: 2.30: Use %G_UNICODE_SPACING_MARK. */ +#ifndef G_DISABLE_DEPRECATED #define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK +#endif /** * GUnicodeBreakType: