summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-16 22:51:22 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-16 22:51:22 +0200
commit5cd4de577c08637cb5d78d1c3376b1ff80e74065 (patch)
treec9e0e279f0c95b5f7fc5c691821344cb2e5d3ce4 /MLKInterpreter.m
parentd858e84c0778dc1851b3a0e324caaf0bef05f274 (diff)
parent3f11cb6b3ddd03d3211dd355cbac23884fa5a6e3 (diff)
Merge branch 'master' of http://matthias.benkard.de/code/mulklisp
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index 42d22ed..693c742 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -1320,7 +1320,6 @@
NSString *formdesc;
NSAutoreleasePool *pool;
- //NSLog (@"%@", code);
//NSLog (@"%@", MLKPrintToString(code));
//NSLog (@"%@", stream);
//NSLog (@"...");
@@ -1328,9 +1327,9 @@
pool = [[NSAutoreleasePool alloc] init];
code = [MLKReader readFromStream:stream
- eofError:NO
- eofValue:eofValue
- recursive:NO
+ eofError:NO
+ eofValue:eofValue
+ recursive:NO
preserveWhitespace:NO];
if (code == eofValue)