From 2491e0485e6851a3a3f3a5e1f5c399780e04fae5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 17 Jun 2008 19:52:46 +0200 Subject: MLKReadtable: Implement constituent trait support. --- MLKReadtable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKReadtable.h') diff --git a/MLKReadtable.h b/MLKReadtable.h index b430dd1..ef88c17 100644 --- a/MLKReadtable.h +++ b/MLKReadtable.h @@ -37,6 +37,7 @@ enum MLKReadtableCase { NSMutableDictionary *_syntaxTable; NSMutableDictionary *_readerMacros; + NSMutableDictionary *_traits; //MLKFuncallable *_caseConverter; enum MLKReadtableCase _case; } -- cgit v1.2.3