зеркало из https://github.com/github/ruby.git
* insns.def: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ea05b809b5
Коммит
7e5b2304c5
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 6 16:27:25 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* insns.def: fixed indentation.
|
||||
|
||||
Wed Jun 6 10:58:23 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* eval.c (rb_yield): fix to check Qundef.
|
||||
|
|
|
@ -1265,7 +1265,7 @@ send
|
|||
}
|
||||
}
|
||||
else {
|
||||
klass = search_super_klass(ip->klass, recv);
|
||||
klass = search_super_klass(ip->klass, recv);
|
||||
}
|
||||
|
||||
flag = VM_CALL_SUPER_BIT | VM_CALL_FCALL_BIT;
|
||||
|
|
Загрузка…
Ссылка в новой задаче