From 820c78beaccf784f710bdd91298401a745d93f2e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 4 Aug 2008 15:32:37 +0200 Subject: Add MLKPrintToString along with a couple of fixnum handling functions. --- MLKInterpretedClosure.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpretedClosure.m') diff --git a/MLKInterpretedClosure.m b/MLKInterpretedClosure.m index 3da152c..9f76cc6 100644 --- a/MLKInterpretedClosure.m +++ b/MLKInterpretedClosure.m @@ -78,7 +78,7 @@ static MLKSymbol *PROGN; -(NSString *) description { - return [self descriptionForLisp]; + return MLKPrintToString(self); } -(NSString *) descriptionForLisp -- cgit v1.2.3