summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-28 10:51:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-28 10:53:37 +0900
commit47a9b58b2ae52a10c93c5368c7aa30b1eb398bc7 (patch)
tree2373a32c5e29a6c8b77728a268f2f42c853dd795 /internal
parente724857f42280fe285e6d0de69b4832458b80b0a (diff)
Share freeze option handling
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 2af90c1fdc..512c367b77 100644
--- a/internal/object.h
+++ b/internal/object.h
@@ -42,6 +42,7 @@ void rb_obj_copy_ivar(VALUE dest, VALUE obj);
VALUE rb_false(VALUE obj);
VALUE rb_convert_type_with_id(VALUE v, int t, const char* nam, ID mid);
VALUE rb_obj_size(VALUE self, VALUE args, VALUE obj);
+VALUE rb_get_freeze_opt(int argc, VALUE *argv);
MJIT_SYMBOL_EXPORT_END
static inline void