git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-10-21 02:38:26 +00:00
Родитель 40d070843d
Коммит 543acfabdc
1 изменённых файлов: 1 добавлений и 1 удалений

2
ruby.c
Просмотреть файл

@ -1340,7 +1340,7 @@ proc_options(long argc, char **argv, ruby_cmdline_options_t *opt, int envopt)
opt->features |= FEATURE_BIT(jit);
setup_mjit_options(s + 3, &opt->mjit);
#else
rb_warn("MJIT is disabled.");
rb_warn("MJIT support is disabled.");
#endif
}
else if (strcmp("yydebug", s) == 0) {