Make the function names consistent

This commit is contained in:
Takashi Kokubun 2023-10-04 09:34:06 -07:00
parent 01c462ce6a
commit 577ff858bc
3 changed files with 3 additions and 3 deletions

2
yjit.h
View file

@ -43,7 +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);
void rb_yjit_show_usage(int help, int highlight, unsigned int w, int columns);
#else
// !USE_YJIT