mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Split up init_preload into specific parts
This commit is contained in:
+2
-3
@@ -336,9 +336,8 @@ struct Checker {
|
||||
Array<ProcedureInfo> procs_to_check;
|
||||
PtrSet<AstPackage *> checked_packages;
|
||||
|
||||
gbAllocator allocator;
|
||||
CheckerContext init_ctx;
|
||||
bool done_preload;
|
||||
gbAllocator allocator;
|
||||
CheckerContext init_ctx;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user