summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorBrandon Black <blblack@gmail.com>2007-06-27 05:07:54 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-28 06:32:01 +0000
commit5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24 (patch)
tree99d8d6a8bdf7da9c442f53ad4ea7ffb2d72e9f48 /proto.h
parent09576c7db8c59458f52d7746e7f4062d64ff34e7 (diff)
downloadperl-5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24.tar.gz
Re: [perl #43357] *DESTROY = sub {} at runtime
From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com> p4raw-id: //depot/perl@31489
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index aa659507e6..5ef97ad23d 100644
--- a/proto.h
+++ b/proto.h
@@ -1217,6 +1217,10 @@ PERL_CALLCONV int Perl_magic_setisa(pTHX_ SV* sv, MAGIC* mg)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
+PERL_CALLCONV int Perl_magic_freeisa(pTHX_ SV* sv, MAGIC* mg)
+ __attribute__nonnull__(pTHX_1)
+ __attribute__nonnull__(pTHX_2);
+
PERL_CALLCONV int Perl_magic_setglob(pTHX_ SV* sv, MAGIC* mg)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);