diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-09-21 16:07:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-21 16:07:36 +0100 |
| commit | 29c5e390aa4e78715e1977a299ae3f3e4e9337e9 (patch) | |
| tree | 356beb6aa5a1b480083556dc8cc969ae65a2fb05 /src/types.cpp | |
| parent | 3455e5690ce8d09eda37bff8478dadae73160af1 (diff) | |
| parent | a6d3cbe824b3ab6849af3f1c4abb94d7a72ed801 (diff) | |
Merge pull request #2063 from odin-lang/map-header-changes
Map header changes
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index 5ebc8689f..321f42aa0 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -688,6 +688,7 @@ gb_global Type *t_source_code_location_ptr = nullptr; gb_global Type *t_map_hash = nullptr; gb_global Type *t_map_header = nullptr; +gb_global Type *t_map_header_table = nullptr; gb_global Type *t_equal_proc = nullptr; |