Increase Code_Index name_hash size

This commit is contained in:
Peter Slattery 2025-07-07 12:32:45 -07:00
parent 6ae690691c
commit 2ab0c0a2de
1 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@ struct Code_Index{
Code_Index_File_Storage *storage_last; Code_Index_File_Storage *storage_last;
i32 storage_count; i32 storage_count;
Code_Index_Note_List name_hash[4099]; Code_Index_Note_List name_hash[10000];
}; };
//////////////////////////////// ////////////////////////////////