diff options
author | Takashi Kokubun <[email protected]> | 2023-10-04 09:30:26 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-10-04 10:25:46 -0700 |
commit | 01c462ce6aef82fe6dcdf54a4a3b33f1bc2d96b2 (patch) | |
tree | 69d524485cf9bd586d4004ed159f84f2ef61485e /yjit.h | |
parent | 49d27435d01cb5da6c7e344308577089e1a40598 (diff) |
YJIT: Move help descriptions to options.rs
Diffstat (limited to 'yjit.h')
-rw-r--r-- | yjit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ void rb_yjit_iseq_free(void *payload); void rb_yjit_before_ractor_spawn(void); void rb_yjit_constant_ic_update(const rb_iseq_t *const iseq, IC ic, unsigned insn_idx); void rb_yjit_tracing_invalidate_all(void); +void rb_yjit_print_options(int help, int highlight, unsigned int w, int columns); #else // !USE_YJIT |