mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* compile.c (iseq_compile_each): just freeze xstr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
11a4e69447
commit
ae6ba9f084
2 changed files with 4 additions and 2 deletions
|
@ -4371,7 +4371,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
|||
break;
|
||||
}
|
||||
case NODE_XSTR:{
|
||||
hide_obj(node->nd_lit);
|
||||
OBJ_FREEZE(node->nd_lit);
|
||||
ADD_CALL_RECEIVER(ret, nd_line(node));
|
||||
ADD_INSN1(ret, nd_line(node), putobject, node->nd_lit);
|
||||
ADD_CALL(ret, nd_line(node), ID2SYM(idBackquote), INT2FIX(1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue