Regenerate proto.h
Rafael Garcia-Suarez [Tue, 3 Oct 2006 07:51:03 +0000 (07:51 +0000)]
p4raw-id: //depot/perl@28916

proto.h

diff --git a/proto.h b/proto.h
index 2a727e9..078b1d5 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -2288,7 +2288,7 @@ PERL_CALLCONV bool        Perl_sv_cat_decode(pTHX_ SV* dsv, SV *encoding, SV *ssv, int
                        __attribute__nonnull__(pTHX_4)
                        __attribute__nonnull__(pTHX_5);
 
-PERL_CALLCONV char*    Perl_sv_reftype(pTHX_ const SV* sv, int ob)
+PERL_CALLCONV const char*      Perl_sv_reftype(pTHX_ const SV* sv, int ob)
                        __attribute__warn_unused_result__
                        __attribute__nonnull__(pTHX_1);