This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b5eca
)
make S_unwind_loop static again
author
David Mitchell
<davem@iabyn.com>
Wed, 3 Feb 2016 09:12:56 +0000
(09:12 +0000)
committer
David Mitchell
<davem@iabyn.com>
Wed, 3 Feb 2016 09:18:37 +0000
(09:18 +0000)
The previous commit but one accidentally removed the 'static' declaration
pp_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
3651673
..
142dec7
100644
(file)
--- 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;