This commit is contained in:
Zachary Pierson
2017-04-06 17:50:23 -05:00
6 changed files with 52 additions and 25 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ Type_Info :: union {
Raw_Union {using record: Type_Info_Record},
Union{
common_fields: struct {
types: []^Type_Info,
names: []string,
offsets: []int, // offsets may not be used in tuples
types: []^Type_Info,
names: []string,
offsets: []int, // offsets may not be used in tuples
},
variant_names: []string,
variant_types: []^Type_Info,