diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-13 09:00:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-13 09:00:00 +0000 |
commit | 63f971906e4e2f134a559c695d28f479cac191db (patch) | |
tree | daf0ab168206b2dc8c82f7957846a0acd4b1135a /proto.h | |
parent | a227dc4778e24da2c5bc2ffad02a89310996ff78 (diff) | |
download | perl-63f971906e4e2f134a559c695d28f479cac191db.tar.gz |
Make SvUPGRADE always have the value '1'
Make sv_upgrade a void function
p4raw-id: //depot/perl@24817
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1572,7 +1572,7 @@ PERL_CALLCONV void Perl_sv_unref_flags(pTHX_ SV* sv, U32 flags) PERL_CALLCONV void Perl_sv_untaint(pTHX_ SV* sv) __attribute__nonnull__(pTHX_1); -PERL_CALLCONV bool Perl_sv_upgrade(pTHX_ SV* sv, U32 mt) +PERL_CALLCONV void Perl_sv_upgrade(pTHX_ SV* sv, U32 mt) __attribute__nonnull__(pTHX_1); PERL_CALLCONV void Perl_sv_usepvn(pTHX_ SV* sv, char* ptr, STRLEN len) |