Making slicing a little more robust

This commit is contained in:
Ginger Bill
2017-04-21 10:03:27 +01:00
parent 9a1566d665
commit 4d0afc55c3
2 changed files with 33 additions and 21 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ Calling_Convention :: enum {
Type_Info_Record :: struct #ordered {
types: []^Type_Info,
names: []string,
offsets: []int, // offsets may not be used in tuples
// size: int,
// align: int,
offsets: []int, // offsets may not be used in tuples
packed: bool,
ordered: bool,
custom_align: bool,