mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 01:01:31 -07:00
Localize checker data
This commit is contained in:
+1
-1
@@ -845,7 +845,7 @@ void check_type_switch_stmt(Checker *c, AstNode *node, u32 mod_flags) {
|
||||
}
|
||||
|
||||
|
||||
Map<bool> seen = {}; // Multimap
|
||||
Map<bool> seen = {}; // Multimap, Key: Type *
|
||||
map_init(&seen, heap_allocator());
|
||||
|
||||
for_array(i, bs->stmts) {
|
||||
|
||||
Reference in New Issue
Block a user