summaryrefslogtreecommitdiff
path: root/MLKReadtable.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:51:55 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 11:51:55 +0200
commit382f1be127ada9e777cae9c230254040b508f607 (patch)
tree6f7024c413657cda21c3630d29422add2afaeb44 /MLKReadtable.m
parente60a004c48a14d0b5bb109fe7be5552643289925 (diff)
Add protocol MLKFuncallable.
Diffstat (limited to 'MLKReadtable.m')
-rw-r--r--MLKReadtable.m2
1 files changed, 1 insertions, 1 deletions
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]];
}