xo-reader2: move DDefineSsm generated support to spec'd subdirs
This commit is contained in:
parent
650ae92f90
commit
6e2c1aae08
12 changed files with 14 additions and 281 deletions
|
|
@ -902,8 +902,8 @@ namespace xo {
|
|||
void
|
||||
ParserStateMachine::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
static_assert(!stringtable_.is_gc_eligible());
|
||||
static_assert(!parser_alloc_.is_gc_eligible());
|
||||
assert(!stringtable_.is_gc_eligible());
|
||||
assert(!parser_alloc_.is_gc_eligible());
|
||||
|
||||
if (stack_) {
|
||||
stack_->forward_children(gc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue