Enable use of Labels as Values feature in Clang when not wrapped by GCC
This commit is contained in:
parent
f4af8201ba
commit
f14af8b2d5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void (*type_init_function_table[])(Variant *) = {
|
|||
&VariantInitializer<PackedVector4Array>::init, // PACKED_VECTOR4_ARRAY.
|
||||
};
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#define OPCODES_TABLE \
|
||||
static const void *switch_table_ops[] = { \
|
||||
&&OPCODE_OPERATOR, \
|
||||
|
|
Loading…
Reference in a new issue