made a few tweaks and regenerated the Makefile to get it to link but it still won't
This commit is contained in:
@@ -125,8 +125,7 @@ void fn::generateReturn()
|
||||
fn::callStack.pop_back();
|
||||
break;
|
||||
default:
|
||||
errorLevel=E_TYPE_MISMATCH;
|
||||
exit(1);
|
||||
error(E_TYPE_MISMATCH);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user