diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-08-30 00:04:14 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-08-30 00:04:14 +0100 |
| commit | 0eaf7bd830dcda6e00f80eefed36bdf7beb02d5d (patch) | |
| tree | 3e65c52384458031b5ede490429c9c1938d8ba0b /src/checker/type.cpp | |
| parent | 593563d8eabf725ac851f4c3c72cd32b5a71aa7c (diff) | |
Begin "Everything's a namespace"
Diffstat (limited to 'src/checker/type.cpp')
| -rw-r--r-- | src/checker/type.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/checker/type.cpp b/src/checker/type.cpp index 26bb2dc40..bd1ff223e 100644 --- a/src/checker/type.cpp +++ b/src/checker/type.cpp @@ -110,6 +110,9 @@ struct Type { i64 * offsets; b32 are_offsets_set; b32 is_packed; + + Entity **other_fields; // Entity_Constant or Entity_TypeName + isize other_field_count; } Struct; struct { // IMPORTANT HACK(bill): The positions of fields and field_count |