aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-21 21:39:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-21 21:39:10 +0000
commitb93af4796ca89bdcd4c2f7fe572d85fabe643964 (patch)
treec443752de875362211db882cfb24627f78d8a83e /ChangeLog
parent8cfab6e552c2476ce2b7ca4789597c0b6659a3fa (diff)
downloadruby-b93af4796ca89bdcd4c2f7fe572d85fabe643964.tar.gz
fix ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c62cd515..c862a81d6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.