aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object.h b/internal/object.h
index 58e989562a..06595bdd91 100644
--- a/internal/object.h
+++ b/internal/object.h
@@ -11,6 +11,7 @@
#include "ruby/ruby.h" /* for VALUE */
/* 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);