ruby-changes:56513
From: Yusuke <ko1@a...>
Date: Mon, 15 Jul 2019 00:40:56 +0900 (JST)
Subject: [ruby-changes:56513] Yusuke Endoh: 3201062adf (master): Add a /* fall through */ comment
https://git.ruby-lang.org/ruby.git/commit/?id=3201062adf From 3201062adf7f98f645b659852bd9fa6f566cb1dd Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Mon, 15 Jul 2019 00:31:07 +0900 Subject: Add a /* fall through */ comment diff --git a/compile.c b/compile.c index e136db3..9cba0b5 100644 --- a/compile.c +++ b/compile.c @@ -2163,6 +2163,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor) https://github.com/ruby/ruby/blob/trunk/compile.c#L2163 case TS_ISE: /* inline storage entry */ /* Treated as an IC, but may contain a markable VALUE */ FL_SET(iseq, ISEQ_MARKABLE_ISEQ); + /* fall through */ case TS_IC: /* inline cache */ { unsigned int ic_index = FIX2UINT(operands[j]); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/