Merge pull request #33 from zangent/master

Base of *nix port
This commit is contained in:
gingerBill
2017-04-09 22:01:22 +01:00
committed by GitHub
18 changed files with 999 additions and 181 deletions
-1
View File
@@ -1091,7 +1091,6 @@ typedef enum ProcTypeOverloadKind {
} ProcTypeOverloadKind;
ProcTypeOverloadKind are_proc_types_overload_safe(Type *x, Type *y) {
if (x == NULL && y == NULL) return ProcOverload_NotProcedure;
if (x == NULL && y != NULL) return ProcOverload_NotProcedure;