made a few tweaks and regenerated the Makefile to get it to link but it still won't

This commit is contained in:
Samuel D. Crow
2021-03-18 16:18:54 -05:00
parent b6e8984e62
commit 68c4806a3d
5 changed files with 35 additions and 46 deletions

View File

@@ -125,8 +125,7 @@ void fn::generateReturn()
fn::callStack.pop_back();
break;
default:
errorLevel=E_TYPE_MISMATCH;
exit(1);
error(E_TYPE_MISMATCH);
}
}