summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-15 07:59:11 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-15 07:59:11 +0900
commitc9a59f491d0851c30e2f371eafcec486ce8ba27b (patch)
tree62b9d7dae8e91709ade7271fa8fdfb1b4e0e15d9 /compile.c
parent772dae8bef36e3111b8e03fc6297cc99a959ae4b (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 c2f14a9350..ddb081526c 100644
--- a/compile.c
+++ b/compile.c
@@ -3135,6 +3135,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal
break;
case BIN(leave):
piobj = iobj;
+ /* fall through */
default:
next = NULL;
break;