summaryrefslogtreecommitdiff
path: root/internal/object.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-13 10:21:22 -0500
committerPeter Zhu <[email protected]>2024-02-14 13:43:02 -0500
commit1d3b306753baf05642836cc6f17015c9309c1420 ()
treea47d7afdfd1f2a326cb6d1f70cea5e5e7aa7ccb0 /internal/object.h
parentfc2c128e7e1fd4a197669d2f04e8457f4188b7f3 (diff)
Move rb_class_allocate_instance from gc.c to object.c
-rw-r--r--internal/object.h1
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);