diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | vm_core.h | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Fri Dec 18 16:12:13 2015 Koichi Sasada <ko1@atdot.net> + + * vm_core.h: define USE_LAZY_LOAD if it is not defined. + Fri Dec 18 15:40:06 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (strio_unget_bytes): extract from @@ -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 |
