Change runtime.Type_Info_Enum_Value to be i64 internally rather than a union

This commit is contained in:
gingerBill
2020-06-03 21:10:07 +01:00
parent 626b4740b1
commit d80049bfd2
4 changed files with 93 additions and 106 deletions
+1 -5
View File
@@ -34,11 +34,7 @@ Calling_Convention :: enum u8 {
Fast = 5,
}
Type_Info_Enum_Value :: union {
rune,
i8, i16, i32, i64, int,
u8, u16, u32, u64, uint, uintptr,
};
Type_Info_Enum_Value :: distinct i64;
Platform_Endianness :: enum u8 {
Platform = 0,