diff options
Diffstat (limited to 'zjit.c')
-rw-r--r-- | zjit.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -330,6 +330,11 @@ rb_zjit_print_exception(void) rb_warn("Ruby error: %"PRIsVALUE"", rb_funcall(exception, rb_intern("full_message"), 0)); } +bool +rb_zjit_shape_obj_too_complex_p(VALUE obj) +{ + return rb_shape_obj_too_complex_p(obj); +} + // Preprocessed zjit.rb generated during build #include "zjit.rbinc" - |