summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-15 07:56:53 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-15 07:57:07 +0900
commit772dae8bef36e3111b8e03fc6297cc99a959ae4b (patch)
treed20c85434a5e54e0fc4d9bda5f05d2390c129b49 /compile.c
parent266f6cd8a1dbf93ab5a99d3508f7f1cb5d348be1 (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 9cba0b5d7e..c2f14a9350 100644
--- a/compile.c
+++ b/compile.c
@@ -4483,6 +4483,7 @@ defined_expr0(rb_iseq_t *iseq, LINK_ANCHOR *const ret,
ADD_INSNL(ret, line, branchunless, lfinish[1]);
} while ((vals = vals->nd_next) != NULL);
}
+ /* fall through */
case NODE_STR:
case NODE_LIT:
case NODE_ZARRAY: