aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-11-08 12:18:36 +0000
committergingerBill <bill@gingerbill.org>2022-11-08 12:18:36 +0000
commited58374964889db91b38fe95db409111819790ca (patch)
tree6607cf40b0685fd9c71c0871c04f01cbbd3f42fb /src/types.cpp
parent6dd4d1a9244cb7ba1c819e457d7aef493d5eb482 (diff)
Make `Map_Info` store pointers to cell info rather than inline
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index c92d8a78f..ca15531dd 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -685,6 +685,8 @@ gb_global Type *t_source_code_location_ptr = nullptr;
gb_global Type *t_map_info = nullptr;
gb_global Type *t_map_cell_info = nullptr;
+gb_global Type *t_map_info_ptr = nullptr;
+gb_global Type *t_map_cell_info_ptr = nullptr;
gb_global Type *t_raw_map = nullptr;