From f91b134dcabcf82f8c35c67b5d43390b8e8d1ae2 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 10:05:56 +0200 Subject: LOAD: Do not print separate messages for minimal compilation and loading. --- MLKInterpreter.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MLKInterpreter.m') diff --git a/MLKInterpreter.m b/MLKInterpreter.m index 3d55f33..46b8676 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -923,7 +923,8 @@ static MLKSymbol *_LAMBDA; else formdesc = [code descriptionForLisp]; - fprintf (stderr, "; COMPILE-MINIMALLY: %s\n", [formdesc UTF8String]); + //fprintf (stderr, "; COMPILE-MINIMALLY: %s\n", [formdesc UTF8String]); + fprintf (stderr, "; LOAD: %s\n", [formdesc UTF8String]); expansion = denullify([[MLKInterpreter eval:code inLexicalContext:[MLKLexicalContext @@ -940,7 +941,7 @@ static MLKSymbol *_LAMBDA; else formdesc = [expansion descriptionForLisp]; - fprintf (stderr, "; LOAD: %s\n", [formdesc UTF8String]); + //fprintf (stderr, "; LOAD: %s\n", [formdesc UTF8String]); result = [MLKInterpreter eval:expansion inLexicalContext:[MLKLexicalContext globalContext] -- cgit v1.2.3