Fix for in enum iteration

This commit is contained in:
gingerBill
2018-08-22 18:56:41 +01:00
parent 16dfae62bc
commit a65eadee63
5 changed files with 9 additions and 31 deletions
-1
View File
@@ -37,7 +37,6 @@ Type_Info_Enum_Value :: union {
rune,
i8, i16, i32, i64, int,
u8, u16, u32, u64, uint, uintptr,
f32, f64,
};
// Variant Types