diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cmdlineopt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h index 667fd6df2e..aed209e2a2 100644 --- a/internal/cmdlineopt.h +++ b/internal/cmdlineopt.h @@ -23,9 +23,6 @@ typedef struct ruby_cmdline_options { ruby_features_t warn; unsigned int dump; long backtrace_length_limit; -#if USE_ZJIT - void *zjit; -#endif const char *crash_report; @@ -42,6 +39,9 @@ typedef struct ruby_cmdline_options { #if USE_YJIT unsigned int yjit: 1; #endif +#if USE_ZJIT + unsigned int zjit: 1; +#endif } ruby_cmdline_options_t; struct ruby_opt_message { |
