summaryrefslogtreecommitdiff
path: root/MLKReadtable.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 19:52:46 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 19:52:46 +0200
commit2491e0485e6851a3a3f3a5e1f5c399780e04fae5 (patch)
tree52594a6878f5536ad61672bdeb6459ec6c409af0 /MLKReadtable.h
parentfae6a10cd7a1c0a12c00d869b5b7c94299a722ef (diff)
MLKReadtable: Implement constituent trait support.
Diffstat (limited to 'MLKReadtable.h')
-rw-r--r--MLKReadtable.h1
1 files changed, 1 insertions, 0 deletions
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;
}