mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 15:05:00 -07:00
Prevent multiple uses of the same Objective-C class name
This commit is contained in:
@@ -1390,6 +1390,7 @@ gb_internal void init_checker_info(CheckerInfo *i) {
|
||||
|
||||
map_init(&i->objc_msgSend_types);
|
||||
mpsc_init(&i->objc_class_implementations, a);
|
||||
string_set_init(&i->obcj_class_name_set, 0);
|
||||
map_init(&i->objc_method_implementations);
|
||||
|
||||
string_map_init(&i->load_file_cache);
|
||||
|
||||
Reference in New Issue
Block a user