1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a warning message.

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
parent 40d070843d
commit 543acfabdc

2
ruby.c
View file

@ -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) {