From cf641ee9b6dcfa62ccfdbb2afd53a45ae52abcd0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Jul 2008 16:05:53 +0200 Subject: Fix a number of compilation errors. --- MLKInterpreter.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKInterpreter.m') diff --git a/MLKInterpreter.m b/MLKInterpreter.m index 5602677..a1b86fd 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -592,7 +592,8 @@ static MLKSymbol *_LAMBDA; if (print) { //FIXME - //NSLog (@"; LOAD: Fnord. Primary value: %@", result); + //NSLog (@"; LOAD: Fnord. Primary value: %@", + // [[result objectAtIndex:0] descriptionForLisp]); } } -- cgit v1.2.3