diff options
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -191,7 +191,9 @@ struct ruby_cmdline_options { #if USE_MJIT struct mjit_options mjit; #endif +#if YJIT_SUPPORTED_P struct rb_yjit_options yjit; +#endif int sflag, xflag; unsigned int warning: 1; |