зеркало из https://github.com/github/ruby.git
* iseq.c (iseq_mark): use preprocessor.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4fb9d7ffee
Коммит
034414741e
6
iseq.c
6
iseq.c
|
@ -99,8 +99,10 @@ iseq_mark(void *ptr)
|
|||
RUBY_MARK_UNLESS_NULL((VALUE)iseq->cref_stack);
|
||||
RUBY_MARK_UNLESS_NULL(iseq->klass);
|
||||
RUBY_MARK_UNLESS_NULL(iseq->coverage);
|
||||
/* RUBY_MARK_UNLESS_NULL((VALUE)iseq->node); */
|
||||
/* RUBY_MARK_UNLESS_NULL(iseq->cached_special_block); */
|
||||
#if 0
|
||||
RUBY_MARK_UNLESS_NULL((VALUE)iseq->node);
|
||||
RUBY_MARK_UNLESS_NULL(iseq->cached_special_block);
|
||||
#endif
|
||||
RUBY_MARK_UNLESS_NULL(iseq->orig);
|
||||
|
||||
if (iseq->compile_data != 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче