mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 12:22:23 -07:00
Change __dynamic_map_get signature
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user