aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-09-21 16:07:36 +0100
committerGitHub <noreply@github.com>2022-09-21 16:07:36 +0100
commit29c5e390aa4e78715e1977a299ae3f3e4e9337e9 (patch)
tree356beb6aa5a1b480083556dc8cc969ae65a2fb05 /src/types.cpp
parent3455e5690ce8d09eda37bff8478dadae73160af1 (diff)
parenta6d3cbe824b3ab6849af3f1c4abb94d7a72ed801 (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.cpp1
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;