xo-parser: parserstatemachine -> consolidate on_typedescr() args
This commit is contained in:
parent
dbd2f69533
commit
370722b086
13 changed files with 20 additions and 31 deletions
|
|
@ -105,8 +105,7 @@ namespace xo {
|
|||
|
||||
/** update exprstate when expeccting a typedescr **/
|
||||
virtual void on_typedescr(TypeDescr td,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
/** update exprstate when expecting a formal parameter **/
|
||||
virtual void on_formal(const rp<Variable> & formal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue