[name] Undef entry_{index,score} to avoid collision in amalgam builds

This commit is contained in:
Ebrahim Byagowi 2019-09-14 10:38:52 +04:30
parent d512087e4d
commit 6e4736a3c5

View File

@ -330,6 +330,9 @@ struct name
DEFINE_SIZE_ARRAY (6, nameRecordZ);
};
#undef entry_index
#undef entry_score
struct name_accelerator_t : name::accelerator_t {};
} /* namespace OT */