summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-11-14 18:50:52 +1100
committerTony Cook <tony@develop-help.com>2011-11-14 18:50:52 +1100
commitaeba7c97cf81cc1734fe47cebfeef2fa5e3d696f (patch)
tree0f1eeffe4822fde54f21c423ce9cb23ed113ecd8 /mro.c
parent37555a72adecf94648131869556fee88f171a85e (diff)
downloadperl-aeba7c97cf81cc1734fe47cebfeef2fa5e3d696f.tar.gz
match the definition of S_mro_gather_and_rename to its declaration
Based on the warning from: http://www.nntp.perl.org/group/perl.daily-build.reports/2011/11/msg108741.html which I haven't been able to produce in any other compiler.
Diffstat (limited to 'mro.c')
-rw-r--r--mro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro.c b/mro.c
index 3311d2bf28..d5e8df6cf5 100644
--- a/mro.c
+++ b/mro.c
@@ -876,7 +876,7 @@ Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash,
}
}
-void
+STATIC void
S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes,
HV *stash, HV *oldstash, SV *namesv)
{