summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index a8b94ee..727ecf3 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -102,7 +102,7 @@ static MLKSymbol *_DEFMACRO;
else
{
//NSLog (@"Processing special variable.");
- return [dynamicContext valueForBinding:program];
+ return [dynamicContext valueForSymbol:program];
}
}
else if (![program isKindOfClass:[MLKCons class]])