mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Make the function names consistent
This commit is contained in:
parent
01c462ce6a
commit
577ff858bc
3 changed files with 3 additions and 3 deletions
2
yjit.h
2
yjit.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue