aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 15:29:33 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 15:29:33 +0000
commit2d1a4154702688f8b93726f6ba2024eda1338220 (patch)
treebf1ef57489ed48806e2c1f21e624acbce1b8c14c /ruby.c
parentc273cbca19c8cf79e4ea4fb2f97619f3b5bbee2d (diff)
downloadruby-2d1a4154702688f8b93726f6ba2024eda1338220.tar.gz
ruby.c: fix typo in r62530
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 081b0a154f..79a9dc6767 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1506,7 +1506,7 @@ process_options(int argc, char **argv, ruby_cmdline_options_t *opt)
const struct rb_block *base_block;
unsigned int dump = opt->dump & dump_exit_bits;
-#ifndef MJIT_FORCE_ENABLE /* to use with: ./configure cppflags="-DMJIT_FORCE_ENABLE" */
+#ifdef MJIT_FORCE_ENABLE /* to use with: ./configure cppflags="-DMJIT_FORCE_ENABLE" */
opt->mjit.on = 1;
#endif