xo-reader: rename+: exprstate.on_semicolon() -> on_semicolon_token()
This commit is contained in:
parent
1fcac9485b
commit
544c1def4a
8 changed files with 27 additions and 18 deletions
|
|
@ -119,8 +119,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
paren_xs::on_semicolon(exprstatestack * /*p_stack*/,
|
||||
rp<Expression> * /*p_emit_expr*/)
|
||||
paren_xs::on_semicolon_token(const token_type & /*tk*/,
|
||||
exprstatestack * /*p_stack*/,
|
||||
rp<Expression> * /*p_emit_expr*/)
|
||||
{
|
||||
constexpr const char * c_self_name = "paren_xs::on_semicolon";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue