diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-18 15:13:05 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-18 15:13:05 +0000 |
commit | 2b9191e5572f165ea88295094dcbf3f466684902 (patch) | |
tree | fc397b34b1c99c78970a248abfc3737bf310df71 /object.c | |
parent | cebd7eca53db168754836764928dafe296a09b91 (diff) |
* internal.h: Gather declarations in non-header files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -162,7 +162,6 @@ rb_obj_equal(VALUE obj1, VALUE obj2) VALUE rb_obj_hash(VALUE obj) { - long rb_objid_hash(st_index_t index); VALUE oid = rb_obj_id(obj); #if SIZEOF_LONG == SIZEOF_VOIDP st_index_t index = NUM2LONG(oid); @@ -279,8 +278,6 @@ rb_obj_copy_ivar(VALUE dest, VALUE obj) } } -void rb_copy_wb_protected_attribute(VALUE dest, VALUE obj); - static void init_copy(VALUE dest, VALUE obj) { |