mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
insns.def: adjust indent
* insns.def (getlocal, defined): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
69b716111f
commit
a00b29a67f
1 changed files with 3 additions and 4 deletions
|
@ -714,8 +714,7 @@ defined
|
||||||
expr_type = DEFINED_GVAR;
|
expr_type = DEFINED_GVAR;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DEFINED_CVAR:
|
case DEFINED_CVAR: {
|
||||||
{
|
|
||||||
NODE *cref = rb_vm_get_cref(GET_ISEQ(), GET_EP());
|
NODE *cref = rb_vm_get_cref(GET_ISEQ(), GET_EP());
|
||||||
klass = vm_get_cvar_base(cref, GET_CFP());
|
klass = vm_get_cvar_base(cref, GET_CFP());
|
||||||
if (rb_cvar_defined(klass, SYM2ID(obj))) {
|
if (rb_cvar_defined(klass, SYM2ID(obj))) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue