Enable use of Labels as Values feature in Clang when not wrapped by GCC

This commit is contained in:
SlugFiller 2024-10-02 15:22:37 +03:00
parent f4af8201ba
commit f14af8b2d5

View file

@ -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, \