xo-reader: simplify progress_xs.start() using psm
This commit is contained in:
parent
e74e55832e
commit
8db0bf11d0
4 changed files with 11 additions and 15 deletions
|
|
@ -49,9 +49,9 @@ namespace xo {
|
|||
|
||||
static void start(rp<Expression> valex,
|
||||
optype optype,
|
||||
exprstatestack * p_stack);
|
||||
parserstatemachine * p_psm);
|
||||
static void start(rp<Expression> valex,
|
||||
exprstatestack * p_stack);
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
bool admits_f64() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue