diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-29 14:39:37 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-29 14:39:37 +0000 |
commit | 174c73e345a053498d612e92802b2f52a87c26bc (patch) | |
tree | 229b40596acda4d59f5b62a8b8155fd76c5498a2 /proto.h | |
parent | e424a81e12752daec8332495577eb8122f350b31 (diff) | |
download | perl-174c73e345a053498d612e92802b2f52a87c26bc.tar.gz |
Replace sv_unref with a macro that calls sv_unref_flags
p4raw-id: //depot/perl@25878
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2258,8 +2258,8 @@ PERL_CALLCONV bool Perl_sv_tainted(pTHX_ SV* sv) PERL_CALLCONV int Perl_sv_unmagic(pTHX_ SV* sv, int type) __attribute__nonnull__(pTHX_1); -PERL_CALLCONV void Perl_sv_unref(pTHX_ SV* sv) - __attribute__nonnull__(pTHX_1); +/* PERL_CALLCONV void Perl_sv_unref(pTHX_ SV* sv) + __attribute__nonnull__(pTHX_1); */ PERL_CALLCONV void Perl_sv_unref_flags(pTHX_ SV* sv, U32 flags) __attribute__nonnull__(pTHX_1); |