From 3201062adf7f98f645b659852bd9fa6f566cb1dd Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 15 Jul 2019 00:31:07 +0900 Subject: Add a /* fall through */ comment --- compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.c') diff --git a/compile.c b/compile.c index e136db3752..9cba0b5d7e 100644 --- a/compile.c +++ b/compile.c @@ -2163,6 +2163,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor) 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 v1.2.3