| ... | ... | @@ -2781,7 +2781,7 @@ static Error type_is_valid_extern_enum_tag(CodeGen *g, ZigType *ty, bool *result |
| 2781 | 2781 | |
| 2782 | 2782 | // According to the ANSI C standard the enumeration type should be either a |
| 2783 | 2783 | // signed char, a signed integer or an unsigned one. But GCC/Clang allow |
| 2784 | | // other integral types as a compiler extension so let's accomodate them |
| 2784 | // other integral types as a compiler extension so let's accommodate them |
| 2785 | 2785 | // aswell. |
| 2786 | 2786 | return type_allowed_in_extern(g, ty, ExternPositionOther, result); |
| 2787 | 2787 | } |