xo-reader: simplify: define_xs::start()
This commit is contained in:
parent
fa9f4967f2
commit
f5a309d611
1 changed files with 1 additions and 3 deletions
|
|
@ -17,9 +17,7 @@ namespace xo {
|
|||
void
|
||||
define_xs::start(parserstatemachine * p_psm)
|
||||
{
|
||||
auto p_stack = p_psm->p_stack_;
|
||||
|
||||
p_stack->push_exprstate(define_xs::make());
|
||||
p_psm->push_exprstate(define_xs::make());
|
||||
p_psm->top_exprstate().on_def_token(token_type::def(), p_psm);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue