From 26fa88efed6adff0ef5c79b918514cd5c704c84a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 24 Jun 2008 14:30:33 +0200 Subject: Rename methods: forBinding -> forSymbol --- MLKInterpreter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpreter.m') 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]]) -- cgit v1.2.3