Undefine a macro after use.

This commit is contained in:
Dejan Mircevski 2016-01-07 11:00:38 -05:00
parent ae7d707fdb
commit 3e6b2dfa69

View File

@ -1121,6 +1121,8 @@ spv_result_t spvOperandTableGet(spv_operand_table* pOperandTable) {
return SPV_SUCCESS;
}
#undef ARRAY_SIZE
spv_result_t spvOperandTableNameLookup(const spv_operand_table table,
const spv_operand_type_t type,
const char* name,