diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-13 11:11:53 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-13 11:11:53 +0000 |
commit | f1eadb0fb446418ac7b607a609cf19d9fd943f83 (patch) | |
tree | 194fc66ba12916ae37213fa6b7bd06dda7671bb9 | |
parent | 83aba0486298d61b39f3ed3492042690a889807f (diff) |
* 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | iseq.c | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon May 13 20:11:06 2013 Koichi Sasada <[email protected]> + + * iseq.c (prepare_iseq_build): remove additional line braek. + Mon May 13 19:29:54 2013 Koichi Sasada <[email protected]> * include/ruby/ruby.h: constify RBasic::klass and add @@ -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; |