xo-reader: tidy: rename expstate.on_symbol() -> on_symbol_token()
This commit is contained in:
parent
b813e55194
commit
49cb0f0bba
6 changed files with 32 additions and 21 deletions
|
|
@ -62,9 +62,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
progress_xs::on_symbol(const token_type & /*tk*/,
|
||||
exprstatestack * /*p_stack*/,
|
||||
rp<Expression> * /*p_emit_expr*/)
|
||||
progress_xs::on_symbol_token(const token_type & /*tk*/,
|
||||
exprstatestack * /*p_stack*/,
|
||||
rp<Expression> * /*p_emit_expr*/)
|
||||
{
|
||||
/* illegal input, e.g.
|
||||
* foo bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue