ruby-changes:56512
From: Yusuke <ko1@a...>
Date: Mon, 15 Jul 2019 00:31:02 +0900 (JST)
Subject: [ruby-changes:56512] Yusuke Endoh: 970c12551e (master): Add a /* fall through */ comment
https://git.ruby-lang.org/ruby.git/commit/?id=970c12551e From 970c12551efed86074d9c3440f82551795cbde6a Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Mon, 15 Jul 2019 00:30:35 +0900 Subject: Add a /* fall through */ comment diff --git a/compile.c b/compile.c index 28691fb..e136db3 100644 --- a/compile.c +++ b/compile.c @@ -9363,6 +9363,7 @@ ibf_load_code(const struct ibf_load *load, const rb_iseq_t *iseq, const struct r https://github.com/ruby/ruby/blob/trunk/compile.c#L9363 } case TS_ISE: FL_SET(iseq, ISEQ_MARKABLE_ISEQ); + /* fall through */ case TS_IC: code[code_index] = (VALUE)&is_entries[(int)op]; break; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/