xo-parser: simplify: exprstate::on_exprir drop retval
This commit is contained in:
parent
77ec1c7ead
commit
cd83b6bed9
2 changed files with 11 additions and 11 deletions
|
|
@ -226,7 +226,7 @@ namespace xo {
|
|||
/** update exprstate in response to IR (intermediate representation)
|
||||
* from nested parsing task
|
||||
**/
|
||||
expraction on_exprir(const exprir & ir, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
|
||||
void on_exprir(const exprir & ir, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
|
||||
|
||||
/** print human-readable representation on @p os **/
|
||||
void print(std::ostream & os) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue