xo-reader: refactor: rename exprstate.on_colon() -> on_colon_token
This commit is contained in:
parent
49cb0f0bba
commit
1fcac9485b
8 changed files with 21 additions and 9 deletions
|
|
@ -326,7 +326,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
define_xs::on_colon(exprstatestack * p_stack) {
|
||||
define_xs::on_colon_token(const token_type & /*tk*/,
|
||||
exprstatestack * p_stack)
|
||||
{
|
||||
constexpr bool c_debug_flag = true;
|
||||
scope log(XO_DEBUG(c_debug_flag));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue