1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add a /* fall through */ comment

This commit is contained in:
Yusuke Endoh 2019-07-15 07:59:11 +09:00
parent 772dae8bef
commit c9a59f491d

View file

@ -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;