diff options
| author | gingerBill <bill@gingerbill.org> | 2022-11-08 13:02:32 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-11-08 13:02:32 +0000 |
| commit | 046dd5503211c617a88d7de7d089dd5b74e63500 (patch) | |
| tree | 1532f41da9d07318b15c3eaad803de03e7f9b00f /src/types.cpp | |
| parent | 2fc3da3fde70e4428d23e5f58b93482148c8d2ae (diff) | |
Change `__dynamic_map_get` signature
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index ca15531dd..ab82e87b8 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -685,9 +685,10 @@ 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_raw_map = 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; +gb_global Type *t_raw_map_ptr = nullptr; gb_global Type *t_equal_proc = nullptr; |