fix ChangeLog

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-07-21 21:39:10 +00:00
parent 948bd807c3
commit 684c449c36

View File

@ -1,6 +1,6 @@
Wed Jul 22 06:25:45 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
* vm_core.h: constify rb_call_info_t::blockiseq and rb_block_::iseq.
* vm.c, vm_insnhelper.c: catch up this fix.