summaryrefslogtreecommitdiff
path: root/internal/cmdlineopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmdlineopt.h')
-rw-r--r--internal/cmdlineopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index c12994733e..e156ba10e3 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -39,6 +39,7 @@ typedef struct ruby_cmdline_options {
#if USE_YJIT
unsigned int yjit: 1;
#endif
+ unsigned int zjit: 1;
} ruby_cmdline_options_t;
struct ruby_opt_message {