summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 09:00:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 09:00:56 +0000
commit2e2bd1c26b21ab3298b32f881bccebc14c7cac3d (patch)
treed8871b91b32f9e3fb3f5852d993835a9bc87779e /class.c
parent408fa5e687dfc5548563bdb31d7ce2f280dd81ce (diff)
* 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
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
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);