File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ p_ere_exp(struct parse *p)
538
538
break ;
539
539
case '{' : /* okay as ordinary except if digit follows */
540
540
REQUIRE (!MORE () || !isdigit ((uch )PEEK ()), REG_BADRPT );
541
- [[ fallthrough ]] ;
541
+ LLVM_FALLTHROUGH ;
542
542
default :
543
543
ordinary (p , c );
544
544
break ;
@@ -734,7 +734,7 @@ p_simp_re(struct parse *p,
734
734
break ;
735
735
case '*' :
736
736
REQUIRE (starordinary , REG_BADRPT );
737
- [[ fallthrough ]] ;
737
+ LLVM_FALLTHROUGH ;
738
738
default :
739
739
ordinary (p , (char )c );
740
740
break ;
@@ -1634,7 +1634,7 @@ findmust(struct parse *p, struct re_guts *g)
1634
1634
return ;
1635
1635
}
1636
1636
} while (OP (s ) != O_QUEST && OP (s ) != O_CH );
1637
- [[ fallthrough ]] ;
1637
+ LLVM_FALLTHROUGH ;
1638
1638
default : /* things that break a sequence */
1639
1639
if (newlen > g -> mlen ) { /* ends one */
1640
1640
start = newstart ;
You can’t perform that action at this time.
0 commit comments