Skip to content

Commit 31705cd

Browse files
committed
make S_unwind_loop static again
The previous commit but one accidentally removed the 'static' declaration
1 parent 42b5eca commit 31705cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pp_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ PP(pp_return)
24752475

24762476
/* find the enclosing loop or labelled loop and dounwind() back to it. */
24772477

2478-
PERL_CONTEXT *
2478+
static PERL_CONTEXT *
24792479
S_unwind_loop(pTHX)
24802480
{
24812481
I32 cxix;

0 commit comments

Comments
 (0)