[name] Undef entry_{index,score} to avoid collision in amalgam builds
This commit is contained in:
parent
d512087e4d
commit
6e4736a3c5
|
@ -330,6 +330,9 @@ struct name
|
||||||
DEFINE_SIZE_ARRAY (6, nameRecordZ);
|
DEFINE_SIZE_ARRAY (6, nameRecordZ);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#undef entry_index
|
||||||
|
#undef entry_score
|
||||||
|
|
||||||
struct name_accelerator_t : name::accelerator_t {};
|
struct name_accelerator_t : name::accelerator_t {};
|
||||||
|
|
||||||
} /* namespace OT */
|
} /* namespace OT */
|
||||||
|
|
Loading…
Reference in New Issue