xo-reader2: + DExpectFormalArglistSsm starts DExpectFormalArgSsm
This commit is contained in:
parent
60657ae68a
commit
089bd9fcbb
7 changed files with 39 additions and 22 deletions
|
|
@ -29,11 +29,10 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
DExpectSymbolSsm::start(DArena & parser_alloc,
|
||||
ParserStateMachine * p_psm)
|
||||
DExpectSymbolSsm::start(ParserStateMachine * p_psm)
|
||||
{
|
||||
DExpectSymbolSsm * sym_ssm
|
||||
= DExpectSymbolSsm::make(parser_alloc);
|
||||
= DExpectSymbolSsm::make(p_psm->parser_alloc());
|
||||
|
||||
// note:
|
||||
// relying on [ISyntaxStateMachine_DExpectedSymbolSsm.hpp]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue