mirror of
https://github.com/RPCSX/SPIRV-Tools.git
synced 2024-12-04 09:43:14 +00:00
Undefine a macro after use.
This commit is contained in:
parent
ae7d707fdb
commit
3e6b2dfa69
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user