ruby-changes:41113
From: ko1 <ko1@a...>
Date: Fri, 18 Dec 2015 16:13:28 +0900 (JST)
Subject: [ruby-changes:41113] ko1:r53186 (trunk): * vm_core.h: define USE_LAZY_LOAD if it is not defined.
ko1 2015-12-18 16:13:16 +0900 (Fri, 18 Dec 2015) New Revision: 53186 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53186 Log: * vm_core.h: define USE_LAZY_LOAD if it is not defined. Modified files: trunk/ChangeLog trunk/vm_core.h Index: ChangeLog =================================================================== --- ChangeLog (revision 53185) +++ ChangeLog (revision 53186) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Dec 18 16:12:13 2015 Koichi Sasada <ko1@a...> + + * vm_core.h: define USE_LAZY_LOAD if it is not defined. + Fri Dec 18 15:40:06 2015 Nobuyoshi Nakada <nobu@r...> * ext/stringio/stringio.c (strio_unget_bytes): extract from Index: vm_core.h =================================================================== --- vm_core.h (revision 53185) +++ vm_core.h (revision 53186) @@ -402,10 +402,8 @@ struct rb_iseq_struct { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L402 } aux; }; -#define USE_LAZY_LOAD 0 - #ifndef USE_LAZY_LOAD -#define USE_LAZY_LOAD +#define USE_LAZY_LOAD 0 #endif #if USE_LAZY_LOAD -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/