mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* iseq.c (prepare_iseq_build): remove additional line braek.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83aba04862
commit
f1eadb0fb4
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Mon May 13 20:11:06 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* iseq.c (prepare_iseq_build): remove additional line braek.
|
||||
|
||||
Mon May 13 19:29:54 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* include/ruby/ruby.h: constify RBasic::klass and add
|
||||
|
|
|
|||
1
iseq.c
1
iseq.c
|
|
@ -275,7 +275,6 @@ prepare_iseq_build(rb_iseq_t *iseq,
|
|||
iseq->defined_method_id = 0;
|
||||
iseq->mark_ary = 0;
|
||||
|
||||
|
||||
/*
|
||||
* iseq->special_block_builder = GC_GUARDED_PTR_REF(block_opt);
|
||||
* iseq->cached_special_block_builder = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue