summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-15 00:10:39 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-15 00:10:39 +0900
commit09187c64b8dcea6a6ed6134e939a2e0ca88a2bd6 (patch)
tree80490636d3f948ac2c1bf26f6a6a3df349ba8a10 /compile.c
parent517c8a532425a28ee2641fc100a91a691b501fe8 (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 2bee4b8dd8..28691fba8c 100644
--- a/compile.c
+++ b/compile.c
@@ -6919,6 +6919,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in
break;
case NODE_BLOCK_PASS:
boff = 1;
+ /* fall through */
default:
INIT_ANCHOR(args);
argc = setup_args(iseq, args, node->nd_args->nd_head, &flag, NULL);