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. --- MLKReadtable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKReadtable.m') diff --git a/MLKReadtable.m b/MLKReadtable.m index 702a00b..585d930 100644 --- a/MLKReadtable.m +++ b/MLKReadtable.m @@ -103,7 +103,7 @@ isEqual:[[NSString stringWithFormat:@"%C", ch] lowercaseString]]); } --(MLKClosure *) macroFunctionForCharacter:(unichar)ch; +-(MLKFuncallable *) macroFunctionForCharacter:(unichar)ch; { return [_readerMacros objectForKey:[NSNumber numberWithLong:ch]]; } -- cgit v1.2.3