diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-15 23:23:17 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-16 15:39:49 +0200 |
commit | 286720abbafdbb544748c58f12d78f1591d28326 (patch) | |
tree | 2f000996f177edede34c97f1980f2ab9e5aa70b1 | |
parent | 33d61cbd7c4017d4f7832b331721cf00000a8c0b (diff) |
LOAD: Cosmetic changes.
-rw-r--r-- | MLKInterpreter.m | 7 |
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) |