summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-15 23:23:17 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 15:39:49 +0200
commit286720abbafdbb544748c58f12d78f1591d28326 (patch)
tree2f000996f177edede34c97f1980f2ab9e5aa70b1 /MLKInterpreter.m
parent33d61cbd7c4017d4f7832b331721cf00000a8c0b (diff)
LOAD: Cosmetic changes.
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)