From 6aab77a7a3e29a82006878f87e24ed30fa985a1f Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 16 Jul 2019 07:17:57 +0900 Subject: Add a /* fall through */ comment --- compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.c b/compile.c index d521d8a489..e553473847 100644 --- a/compile.c +++ b/compile.c @@ -8636,6 +8636,7 @@ iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *const anchor, 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 v1.2.3