Index: third_party/harfbuzz-ng/src/hb-unicode-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-unicode-private.hh b/third_party/harfbuzz-ng/src/hb-unicode-private.hh |
index ecbec513cfa383e7446ac5f004b51a8985b82473..44fbe582e9300ecc6226451ebfc131cd1d64724f 100644 |
--- a/third_party/harfbuzz-ng/src/hb-unicode-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-unicode-private.hh |
@@ -357,9 +357,10 @@ extern HB_INTERNAL const hb_unicode_funcs_t _hb_unicode_funcs_nil; |
FLAG (HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | \ |
FLAG (HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK))) |
-#define HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK(gen_cat) \ |
+#define HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK_OR_MODIFIER_SYMBOL(gen_cat) \ |
(FLAG_SAFE (gen_cat) & \ |
(FLAG (HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK) | \ |
- FLAG (HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK))) |
+ FLAG (HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) | \ |
+ FLAG (HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL))) |
#endif /* HB_UNICODE_PRIVATE_HH */ |