[glib/unicode-typo-fix] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/unicode-typo-fix] Fix the build
- Date: Wed, 28 Jul 2021 17:45:45 +0000 (UTC)
commit d82be3ef112d9f3bcf66f20fbea6b5349599f6ff
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jul 28 13:45:20 2021 -0400
Fix the build
Try to make this build without running into deprecation
warnings.
glib/gunicode.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gunicode.h b/glib/gunicode.h
index b9e8d6910..58128864a 100644
--- a/glib/gunicode.h
+++ b/glib/gunicode.h
@@ -248,8 +248,8 @@ typedef enum
G_UNICODE_BREAK_HANGUL_T_JAMO,
G_UNICODE_BREAK_HANGUL_LV_SYLLABLE,
G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE,
- G_UNICODE_BREAK_CLOSE_PARANTHESIS
GLIB_DEPRECATED_ENUMERATOR_IN_2_70_FOR(G_UNICODE_BREAK_CLOSE_PARENTHESIS),
- G_UNICODE_BREAK_CLOSE_PARENTHESIS GLIB_AVAILABLE_ENUMERATOR_IN_2_70 = G_UNICODE_BREAK_CLOSE_PARANTHESIS,
+ G_UNICODE_BREAK_CLOSE_PARENTHESIS GLIB_AVAILABLE_ENUMERATOR_IN_2_70,
+ G_UNICODE_BREAK_CLOSE_PARANTHESIS
GLIB_DEPRECATED_ENUMERATOR_IN_2_70_FOR(G_UNICODE_BREAK_CLOSE_PARENTHESIS) = G_UNICODE_BREAK_CLOSE_PARENTHESIS,
G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER,
G_UNICODE_BREAK_HEBREW_LETTER,
G_UNICODE_BREAK_REGIONAL_INDICATOR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]