summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-02-03 09:12:56 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 09:18:37 +0000
commit31705cdacf6f9aab26c6d405eaaaa3e1cf3d9b72 (patch)
tree56a2118f51a1301bf5761c001d1054bd3987dd7a /pp_ctl.c
parent42b5eca038b6d3e4e05a1ec14af44641f12b87f0 (diff)
downloadperl-31705cdacf6f9aab26c6d405eaaaa3e1cf3d9b72.tar.gz
make S_unwind_loop static again
The previous commit but one accidentally removed the 'static' declaration
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 365167343f..142dec7783 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2475,7 +2475,7 @@ PP(pp_return)
/* find the enclosing loop or labelled loop and dounwind() back to it. */
-PERL_CONTEXT *
+static PERL_CONTEXT *
S_unwind_loop(pTHX)
{
I32 cxix;