summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index b0c38ef..2a85502 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -510,10 +510,10 @@ static MLKSymbol *MULTIPLE_VALUE_CALL;
#endif
#endif
- return LAUTORELEASE ([[MLKForeignProcedure alloc]
- initWithCode:function
- argumentTypes:[argtypes array]
- returnType:returnType]);
+ RETURN_VALUE (LAUTORELEASE ([[MLKForeignProcedure alloc]
+ initWithCode:function
+ argumentTypes:[argtypes array]
+ returnType:returnType]));
}
else if (car == FUNCTION)
{