Increase Code_Index name_hash size
This commit is contained in:
parent
6ae690691c
commit
2ab0c0a2de
|
@ -96,7 +96,7 @@ struct Code_Index{
|
|||
Code_Index_File_Storage *storage_last;
|
||||
i32 storage_count;
|
||||
|
||||
Code_Index_Note_List name_hash[4099];
|
||||
Code_Index_Note_List name_hash[10000];
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue