From 32c2f7d4b0ec39bfec99c830c1a1e9e0783959bc Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 6 Sep 2009 20:08:00 +0000 Subject: * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR to USE_IC_FOR_IVAR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5841b62b..614064e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 7 05:06:16 2009 Koichi Sasada + + * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR + to USE_IC_FOR_IVAR. + Mon Sep 7 03:21:40 2009 NARUSE, Yui * lib/uri/common.rb (URI.escape): obsoleted. -- cgit