[前][次][番号順一覧][スレッド一覧]

ruby-changes:28640

From: ko1 <ko1@a...>
Date: Mon, 13 May 2013 20:12:04 +0900 (JST)
Subject: [ruby-changes:28640] ko1:r40692 (trunk): * iseq.c (prepare_iseq_build): remove additional line braek.

ko1	2013-05-13 20:11:53 +0900 (Mon, 13 May 2013)

  New Revision: 40692

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40692

  Log:
    * iseq.c (prepare_iseq_build): remove additional line braek.

  Modified files:
    trunk/ChangeLog
    trunk/iseq.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40691)
+++ ChangeLog	(revision 40692)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon May 13 20:11:06 2013  Koichi Sasada  <ko1@a...>
+
+	* iseq.c (prepare_iseq_build): remove additional line braek.
+
 Mon May 13 19:29:54 2013  Koichi Sasada  <ko1@a...>
 
 	* include/ruby/ruby.h: constify RBasic::klass and add
Index: iseq.c
===================================================================
--- iseq.c	(revision 40691)
+++ iseq.c	(revision 40692)
@@ -275,7 +275,6 @@ prepare_iseq_build(rb_iseq_t *iseq, https://github.com/ruby/ruby/blob/trunk/iseq.c#L275
     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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]