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:
parent
d0f113f6c1
commit
49362ddac6
1 changed files with 1 additions and 0 deletions
|
@ -737,6 +737,7 @@ cref_replace_with_duplicated_cref_each_frame(const VALUE *vptr, int can_be_svar,
|
|||
if (can_be_svar) {
|
||||
return cref_replace_with_duplicated_cref_each_frame((const VALUE *)&((struct vm_svar *)v)->cref_or_me, FALSE, v);
|
||||
}
|
||||
/* fall through */
|
||||
case imemo_ment:
|
||||
rb_bug("cref_replace_with_duplicated_cref_each_frame: unreachable");
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue