From bc49c6720e20a64dc8708e96df89b616c90e4ddf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 19 Jun 2008 20:15:06 +0200 Subject: Fix the reader's token recognition code. --- MLKReadtable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKReadtable.m') diff --git a/MLKReadtable.m b/MLKReadtable.m index 393c4d1..dd2a428 100644 --- a/MLKReadtable.m +++ b/MLKReadtable.m @@ -63,7 +63,7 @@ -(enum MLKSyntaxType) characterSyntaxType:(unichar)ch { - NSNumber *type = [_traits objectForKey:[NSNumber numberWithLong:ch]]; + NSNumber *type = [_syntaxTable objectForKey:[NSNumber numberWithLong:ch]]; if (!type) return CONSTITUENT; else -- cgit v1.2.3