[matcher] Simplify syllable initialization
This commit is contained in:
parent
94f5c630fc
commit
e8f3397f4e
|
@ -411,9 +411,7 @@ struct hb_ot_apply_context_t :
|
||||||
ignore_zwnj (false),
|
ignore_zwnj (false),
|
||||||
ignore_zwj (false),
|
ignore_zwj (false),
|
||||||
mask (-1),
|
mask (-1),
|
||||||
#define arg1(arg) (arg) /* Remove the macro to see why it's needed! */
|
syllable {0},
|
||||||
syllable arg1(0),
|
|
||||||
#undef arg1
|
|
||||||
match_func (nullptr),
|
match_func (nullptr),
|
||||||
match_data (nullptr) {}
|
match_data (nullptr) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue