Explicit procedure group; Remove implicit procedure overloading

This commit is contained in:
gingerBill
2017-12-09 18:11:36 +00:00
parent 41b8281c73
commit 3703ca4df4
12 changed files with 359 additions and 532 deletions

View File

@@ -308,7 +308,7 @@ String get_fullpath_core(gbAllocator a, String path) {
}
String const ODIN_VERSION = str_lit("0.7.1");
String const ODIN_VERSION = str_lit("0.8.0-dev");
String cross_compile_target = str_lit("");
String cross_compile_lib_dir = str_lit("");