summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
commitcf641ee9b6dcfa62ccfdbb2afd53a45ae52abcd0 (patch)
treebb6ff19c693861f2860b4c0c4a9b05016a3fe553 /MLKInterpreter.m
parentbb2c8f1e2221f7b7d4015fc2cee8df6c9fa6a3e1 (diff)
Fix a number of compilation errors.
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m3
1 files changed, 2 insertions, 1 deletions
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]);
}
}