mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: revert trace message to lex_state
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb5772de26
commit
3a12eb82b2
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -8853,7 +8853,7 @@ rb_parser_trace_lex_state(struct parser_params *p, enum lex_state_e from,
|
|||
enum lex_state_e to, int line)
|
||||
{
|
||||
VALUE mesg;
|
||||
mesg = rb_str_new_cstr("p->lex.state: ");
|
||||
mesg = rb_str_new_cstr("lex_state: ");
|
||||
append_lex_state_name(from, mesg);
|
||||
rb_str_cat_cstr(mesg, " -> ");
|
||||
append_lex_state_name(to, mesg);
|
||||
|
|
Loading…
Add table
Reference in a new issue