From 47a9b58b2ae52a10c93c5368c7aa30b1eb398bc7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 28 Jun 2021 10:51:42 +0900 Subject: Share freeze option handling --- internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') 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 -- cgit v1.2.3