mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +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