From 9e3971c3ade4a2fd5c5d3123f9437fa3af352655 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 15 Jul 2019 00:29:56 +0900 Subject: Add a /* fall through */ comment --- parse.y | 1 + 1 file changed, 1 insertion(+) (limited to 'parse.y') diff --git a/parse.y b/parse.y index e1cd2014de..e006ababaf 100644 --- a/parse.y +++ b/parse.y @@ -9896,6 +9896,7 @@ new_regexp(struct parser_params *p, NODE *node, int options, const YYLTYPE *loc) default: add_mark_object(p, lit = STR_NEW0()); node = NEW_NODE(NODE_DSTR, lit, 1, NEW_LIST(node, loc), loc); + /* fall through */ case NODE_DSTR: nd_set_type(node, NODE_DREGX); nd_set_loc(node, loc); -- cgit v1.2.3