Fix untyped to any assignments. Fixed crash when arguments with no value are passed

This commit is contained in:
Ginger Bill
2017-01-29 14:27:55 +00:00
parent 3e257ef8d0
commit 3e79ec4aef
5 changed files with 13 additions and 283 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ String get_filepath_extension(String path) {
void init_build_context(BuildContext *bc) {
bc->ODIN_VENDOR = str_lit("odin");
bc->ODIN_VERSION = str_lit("0.0.5e");
bc->ODIN_VERSION = str_lit("0.0.6b");
bc->ODIN_ROOT = odin_root_dir();
#if defined(GB_SYSTEM_WINDOWS)