Move ODIN_* platform constants to core:os

This commit is contained in:
gingerBill
2018-05-27 11:03:46 +01:00
parent 7ee9051a56
commit 6aae381e83
18 changed files with 72 additions and 78 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ struct Checker {
AstFile * curr_ast_file;
AstPackage * runtime_package;
AstPackage * builtin_package;
// NOTE(bill): Procedures to check
Array<ProcedureInfo> procs;
Map<Scope *> package_scopes; // Key: String (fullpath)