xo-reader2: enable alloc headers for parser stack
This commit is contained in:
parent
66d9bc5cd6
commit
8a4f1db08d
3 changed files with 5 additions and 3 deletions
|
|
@ -77,6 +77,8 @@ namespace xo {
|
|||
|
||||
// misc types showing up in aux arena
|
||||
TypeRegistry::register_type<SchematikaParser>();
|
||||
// misc types showing up in parser stack arena
|
||||
TypeRegistry::register_type<ParserStack>();
|
||||
|
||||
log && log(xtag("DExprSeqState.tseq", typeseq::id<DExprSeqState>()));
|
||||
log && log(xtag("DDefineSsm.tseq", typeseq::id<DDefineSsm>()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue