diff options
author | Peter Zhu <[email protected]> | 2024-02-13 10:21:22 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-02-14 13:43:02 -0500 |
commit | 1d3b306753baf05642836cc6f17015c9309c1420 () | |
tree | a47d7afdfd1f2a326cb6d1f70cea5e5e7aa7ccb0 /internal/object.h | |
parent | fc2c128e7e1fd4a197669d2f04e8457f4188b7f3 (diff) |
Move rb_class_allocate_instance from gc.c to object.c
-rw-r--r-- | internal/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ /* object.c */ size_t rb_obj_embedded_size(uint32_t numiv); VALUE rb_class_search_ancestor(VALUE klass, VALUE super); NORETURN(void rb_undefined_alloc(VALUE klass)); double rb_num_to_dbl(VALUE val); |