From 2e2bd1c26b21ab3298b32f881bccebc14c7cac3d Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 12 Aug 2015 09:00:56 +0000 Subject: * class.c (move_refined_method): same as the last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ class.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b816246147..e91eab7807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 12 18:00:17 2015 Koichi Sasada + + * class.c (move_refined_method): same as the last commit. + Wed Aug 12 17:57:53 2015 Koichi Sasada * class.c, gc.c vm.c: use ID_TABLE_* instead of ST_* diff --git a/class.c b/class.c index 656c78b68c..bea0928f82 100644 --- a/class.c +++ b/class.c @@ -920,7 +920,7 @@ move_refined_method(ID key, VALUE value, void *data) new_me = rb_method_entry_clone(me); rb_id_table_insert(tbl, key, (VALUE)new_me); rb_method_entry_copy(me, orig_me); - return ST_CONTINUE; + return ID_TABLE_CONTINUE; } else { rb_id_table_insert(tbl, key, (VALUE)me); -- cgit v1.2.3