termux-packages/packages/oorexx/interpreter-api-ThreadConte...

21 lines
318 B
Plaintext

--- a/interpreter/api/ThreadContextStubs.cpp
+++ b/interpreter/api/ThreadContextStubs.cpp
@@ -576,7 +576,7 @@
catch (RexxNativeActivation *)
{
}
- return false;
+ return NULL;
}
@@ -591,7 +591,7 @@
catch (RexxNativeActivation *)
{
}
- return false;
+ return NULL;
}