From aeba7c97cf81cc1734fe47cebfeef2fa5e3d696f Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 14 Nov 2011 18:50:52 +1100 Subject: 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. --- mro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mro.c') 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) { -- cgit v1.2.1