xo-parser: prep: + exprstatestack arg to exprstate::on_singleassign()

This commit is contained in:
Roland Conybeare 2024-08-01 10:45:52 +10:00
commit 59837c47f0
2 changed files with 3 additions and 3 deletions

View file

@ -244,7 +244,7 @@ namespace xo {
expraction on_def(exprstatestack * p_stack);
expraction on_symbol(const token_type & tk, exprstatestack * p_stack);
expraction on_colon(exprstatestack * p_stack);
expraction on_singleassign();
expraction on_singleassign(exprstatestack * p_stack);
expraction on_f64(const token_type & tk);
private: