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

ruby-changes:56563

From: Yusuke <ko1@a...>
Date: Tue, 16 Jul 2019 07:19:55 +0900 (JST)
Subject: [ruby-changes:56563] Yusuke Endoh: 6aab77a7a3 (master): Add a /* fall through */ comment

https://git.ruby-lang.org/ruby.git/commit/?id=6aab77a7a3

From 6aab77a7a3e29a82006878f87e24ed30fa985a1f Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Tue, 16 Jul 2019 07:17:57 +0900
Subject: Add a /* fall through */ comment


diff --git a/compile.c b/compile.c
index d521d8a..e553473 100644
--- a/compile.c
+++ b/compile.c
@@ -8636,6 +8636,7 @@ iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *const anchor, https://github.com/ruby/ruby/blob/trunk/compile.c#L8636
 			break;
 		      case TS_ISE:
 			FL_SET(iseq, ISEQ_MARKABLE_ISEQ);
+			/* fall through */
 		      case TS_IC:
 			argv[j] = op;
 			if (NUM2UINT(op) >= iseq->body->is_size) {
-- 
cgit v0.10.2


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

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