Add a /* fall through */ comment

This commit is contained in:
Yusuke Endoh 2019-07-15 07:56:53 +09:00
Родитель 266f6cd8a1
Коммит 772dae8bef
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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