xo-parser: simplify: exprstate::on_colon drop retval
This commit is contained in:
parent
5281ccb3f5
commit
880606908b
2 changed files with 2 additions and 5 deletions
|
|
@ -236,7 +236,7 @@ namespace xo {
|
|||
expraction on_symbol(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
expraction on_colon(exprstatestack * p_stack);
|
||||
void on_colon(exprstatestack * p_stack);
|
||||
expraction on_singleassign(exprstatestack * p_stack);
|
||||
void on_f64(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue