From 2d1a4154702688f8b93726f6ba2024eda1338220 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 22 Feb 2018 15:29:33 +0000 Subject: ruby.c: fix typo in r62530 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') 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 -- cgit v1.2.3