diff options
author | Brandon Black <blblack@gmail.com> | 2007-06-27 05:07:54 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-28 06:32:01 +0000 |
commit | 5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24 (patch) | |
tree | 99d8d6a8bdf7da9c442f53ad4ea7ffb2d72e9f48 /proto.h | |
parent | 09576c7db8c59458f52d7746e7f4062d64ff34e7 (diff) | |
download | perl-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |