Skip to content

Commit

Permalink
labels need a statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 4, 2024
1 parent db69612 commit 44fa8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ S_reg_set_capture_string(pTHX_ REGEXP * const rx,
#endif
{
#ifdef PERL_ANY_COW
didnt_cow:
didnt_cow: ;
#endif
SSize_t min = 0;
SSize_t max = strend - strbeg;
Expand Down

0 comments on commit 44fa8f1

Please sign in to comment.