diff options
author | Tony Cook <tony@develop-help.com> | 2011-11-14 18:50:52 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2011-11-14 18:50:52 +1100 |
commit | aeba7c97cf81cc1734fe47cebfeef2fa5e3d696f (patch) | |
tree | 0f1eeffe4822fde54f21c423ce9cb23ed113ecd8 /mro.c | |
parent | 37555a72adecf94648131869556fee88f171a85e (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |