mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
(#594) Add #config to replace #defined; Restrict #defined within procedure bodies to remove race condition
This commit is contained in:
@@ -332,6 +332,7 @@ struct Checker {
|
||||
|
||||
gb_global AstPackage *builtin_pkg = nullptr;
|
||||
gb_global AstPackage *intrinsics_pkg = nullptr;
|
||||
gb_global AstPackage *config_pkg = nullptr;
|
||||
|
||||
|
||||
HashKey hash_node (Ast *node) { return hash_pointer(node); }
|
||||
|
||||
Reference in New Issue
Block a user