xo-reader: rename+: exprstate.on_singleassign() + explicit token
This commit is contained in:
parent
544c1def4a
commit
2cff2b5ca7
8 changed files with 19 additions and 9 deletions
|
|
@ -126,7 +126,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
progress_xs::on_singleassign(exprstatestack * /*p_stack*/) {
|
||||
progress_xs::on_singleassign_token(const token_type & /*tk*/,
|
||||
exprstatestack * /*p_stack*/)
|
||||
{
|
||||
constexpr const char * self_name = "progress_xs::on_singleassign";
|
||||
|
||||
throw std::runtime_error(tostr(self_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue