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:
parent
40d070843d
commit
543acfabdc
1 changed files with 1 additions and 1 deletions
2
ruby.c
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue