summaryrefslogtreecommitdiff
path: root/MLKReadtable.m
diff options
context:
space:
mode:
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]];
}