summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-16 07:17:57 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-16 07:17:57 +0900
commit6aab77a7a3e29a82006878f87e24ed30fa985a1f (patch)
tree1a701cb18b0b2923f8f62fffe222ffad92fafed8 /compile.c
parent0c6c937904aafc1809386bd892a2d114d22d01fe (diff)
Add a /* fall through */ comment
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 1 insertions, 0 deletions
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) {