From 286720abbafdbb544748c58f12d78f1591d28326 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 15 Aug 2008 23:23:17 +0200 Subject: LOAD: Cosmetic changes. --- MLKInterpreter.m | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'MLKInterpreter.m') 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) -- cgit v1.2.3