summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-29 14:39:37 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-29 14:39:37 +0000
commit174c73e345a053498d612e92802b2f52a87c26bc (patch)
tree229b40596acda4d59f5b62a8b8155fd76c5498a2 /proto.h
parente424a81e12752daec8332495577eb8122f350b31 (diff)
downloadperl-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index fd92ce31e6..f5914c98e2 100644
--- a/proto.h
+++ b/proto.h
@@ -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);