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
@@ -1,2 +1,2 @@
#include "os_windows.odin" when ODIN_OS == "windows"
#include "os_windows.odin" when ODIN_OS == "windows";