From: Rafael Garcia-Suarez Date: Tue, 3 Oct 2006 07:51:03 +0000 (+0000) Subject: Regenerate proto.h X-Git-Tag: accepted/trunk/20130322.191538~16959 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62f4cbcb2a265c954ce4a394dd6920a5adb5daf5;p=platform%2Fupstream%2Fperl.git Regenerate proto.h p4raw-id: //depot/perl@28916 --- diff --git a/proto.h b/proto.h index 2a727e9..078b1d5 100644 --- 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);