diff options
-rw-r--r-- | MLKInterpreter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m index de493fb..f4718e8 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -184,7 +184,7 @@ values = [self reallyInterpretWithEnvironment:env]; //if (trace) NSLog (@"; EVAL: %@", MLKPrintToString(_form)); -#elif 1 +#elif 0 NS_DURING { values = [self reallyInterpretWithEnvironment:env]; |