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
266f6cd8a1
commit
772dae8bef
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue