Fix ir bugs: global variable names, untyped to any assignment

This commit is contained in:
Ginger Bill
2017-04-06 11:12:11 +01:00
parent 3e80411d37
commit c067a1f0ec
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,