diff options
-rw-r--r-- | mjit.h | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -70,6 +70,35 @@ struct rb_mjit_compile_info { bool disable_inlining; }; typedef VALUE (*mjit_func_t)(rb_execution_context_t *, rb_control_frame_t *); RUBY_SYMBOL_EXPORT_BEGIN |