summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-04 09:30:26 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-04 10:25:46 -0700
commit01c462ce6aef82fe6dcdf54a4a3b33f1bc2d96b2 (patch)
tree69d524485cf9bd586d4004ed159f84f2ef61485e /yjit.h
parent49d27435d01cb5da6c7e344308577089e1a40598 (diff)
YJIT: Move help descriptions to options.rs
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit.h b/yjit.h
index f43e90c7ab..effca96dfe 100644
--- a/yjit.h
+++ b/yjit.h
@@ -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