From 382f1be127ada9e777cae9c230254040b508f607 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 16 Jun 2008 11:51:55 +0200 Subject: Add protocol MLKFuncallable. --- MLKReader.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKReader.m') diff --git a/MLKReader.m b/MLKReader.m index eb9a9fc..18d6571 100644 --- a/MLKReader.m +++ b/MLKReader.m @@ -24,7 +24,7 @@ #import "MLKDynamicContext.h" #import "MLKEnvironment.h" #import "MLKPackage.h" -#import "MLKClosure.h" +#import "MLKFuncallable.h" #import "MLKStream.h" #import "MLKFloat.h" #import "MLKInteger.h" @@ -68,7 +68,7 @@ if ([readtable isMacroCharacter:ch]) { NSArray *returnValues; - MLKClosure *macrofun = [readtable macroFunctionForCharacter:ch]; + MLKFuncallable *macrofun = [readtable macroFunctionForCharacter:ch]; NSArray *args = [NSArray arrayWithObjects: stream, [MLKCharacter characterWithUnichar:ch], -- cgit v1.2.3