mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-20 20:20:50 +00:00
Make Map_Info store pointers to cell info rather than inline
This commit is contained in:
@@ -76,6 +76,7 @@ void lb_init_module(lbModule *m, Checker *c) {
|
||||
string_map_init(&m->objc_selectors, a);
|
||||
|
||||
map_init(&m->map_info_map, a, 0);
|
||||
map_init(&m->map_cell_info_map, a, 0);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user