diff options
author | Yusuke Endoh <mame@ruby-lang.org> | 2019-07-15 07:59:11 +0900 |
---|---|---|
committer | Yusuke Endoh <mame@ruby-lang.org> | 2019-07-15 07:59:11 +0900 |
commit | c9a59f491d0851c30e2f371eafcec486ce8ba27b (patch) | |
tree | 62b9d7dae8e91709ade7271fa8fdfb1b4e0e15d9 /compile.c | |
parent | 772dae8bef36e3111b8e03fc6297cc99a959ae4b (diff) | |
download | ruby-c9a59f491d0851c30e2f371eafcec486ce8ba27b.tar.gz |
Add a /* fall through */ comment
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |