git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369490
91177308-0d34-0410-b5e6-
96231b3b80d8
break;
case '{': /* okay as ordinary except if digit follows */
REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
- /* FALLTHROUGH */
+ /* fall through */
default:
ordinary(p, c);
break;
break;
case '*':
REQUIRE(starordinary, REG_BADRPT);
- /* FALLTHROUGH */
+ /* fall through */
default:
ordinary(p, (char)c);
break;
return;
}
} while (OP(s) != O_QUEST && OP(s) != O_CH);
- /* fallthrough */
+ /* fall through */
default: /* things that break a sequence */
if (newlen > g->mlen) { /* ends one */
start = newstart;