mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
21973c01ab
commit
f64238e777
2 changed files with 5 additions and 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
|
||||
|
|
Loading…
Reference in a new issue