Unbreak arm-none-eabi build again (#514)
This commit is contained in:
parent
fc15e60ead
commit
65f64d1400
|
@ -200,7 +200,7 @@ set_indic_properties (hb_glyph_info_t &info)
|
||||||
cat = OT_Symbol;
|
cat = OT_Symbol;
|
||||||
ASSERT_STATIC ((int) INDIC_SYLLABIC_CATEGORY_AVAGRAHA == OT_Symbol);
|
ASSERT_STATIC ((int) INDIC_SYLLABIC_CATEGORY_AVAGRAHA == OT_Symbol);
|
||||||
}
|
}
|
||||||
else if (unlikely (hb_in_range (u, 0x17CDu, 0x17D1u) ||
|
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CDu, 0x17D1u) ||
|
||||||
u == 0x17CBu || u == 0x17D3u || u == 0x17DDu)) /* Khmer Various signs */
|
u == 0x17CBu || u == 0x17D3u || u == 0x17DDu)) /* Khmer Various signs */
|
||||||
{
|
{
|
||||||
/* These can occur mid-syllable (eg. before matras), even though Unicode marks them as Syllable_Modifier.
|
/* These can occur mid-syllable (eg. before matras), even though Unicode marks them as Syllable_Modifier.
|
||||||
|
|
Loading…
Reference in New Issue