aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 07:13:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 07:13:16 +0000
commitf64238e777722861bd504c81dccc9fedb2d81be4 (patch)
tree5a598f600138116d3e0a91ae2f7c27c37c9e7a92 /vm_core.h
parent21973c01ab5da205aa261cc41d0639642b8aaf15 (diff)
downloadruby-f64238e777722861bd504c81dccc9fedb2d81be4.tar.gz
* vm_core.h: define USE_LAZY_LOAD if it is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vm_core.h b/vm_core.h
index 89a242acc6..38fcc0c333 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -402,10 +402,8 @@ struct rb_iseq_struct {
} aux;
};
-#define USE_LAZY_LOAD 0
-
#ifndef USE_LAZY_LOAD
-#define USE_LAZY_LOAD
+#define USE_LAZY_LOAD 0
#endif
#if USE_LAZY_LOAD