aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
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