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