diff options
author | Takashi Kokubun <[email protected]> | 2023-10-04 09:40:08 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-10-04 10:25:46 -0700 |
commit | 7db6f448ed9ba6a5c27a750416cb6877711a7c05 (patch) | |
tree | 7bb908aa76768ef892324d572b18ac20eefb1f63 /yjit.h | |
parent | 577ff858bce3c9620c763d6481b082253f7e2bfd (diff) |
Use a better variable name for w
Diffstat (limited to 'yjit.h')
-rw-r--r-- | yjit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_show_usage(int help, int highlight, unsigned int w, int columns); +void rb_yjit_show_usage(int help, int highlight, unsigned int width, int columns); #else // !USE_YJIT |