summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
commit26fa88efed6adff0ef5c79b918514cd5c704c84a (patch)
tree23b0c9bcd18f3ebd01e5e44bcb37b463557e294d /MLKInterpreter.m
parentc3d754abd77581ff7bd503fa3d2d254f524a1279 (diff)
Rename methods: forBinding -> forSymbol
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]])