summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-11-06 09:36:40 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-08 10:31:55 +0000
commit334f5eb213bd673ba861683d56b767af601b54fa (patch)
tree51ae63f47a96f526e721b4597eeca2c847f77f11 /perl.h
parentc74eb1a50ea5e4fbea87cc3bc96859af6637d914 (diff)
downloadperl-334f5eb213bd673ba861683d56b767af601b54fa.tar.gz
Bug fix for storing shared objects in shared structures
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com> (core patch only) p4raw-id: //depot/perl@32241
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index e26e475bfb..b147654abd 100644
--- a/perl.h
+++ b/perl.h
@@ -4036,6 +4036,7 @@ typedef int (CPERLscope(*runops_proc_t)) (pTHX);
typedef void (CPERLscope(*share_proc_t)) (pTHX_ SV *sv);
typedef int (CPERLscope(*thrhook_proc_t)) (pTHX);
typedef OP* (CPERLscope(*PPADDR_t)[]) (pTHX);
+typedef bool (CPERLscope(*destroyable_proc_t)) (pTHX_ SV *sv);
/* _ (for $_) must be first in the following list (DEFSV requires it) */
#define THREADSV_NAMES "_123456789&`'+/.,\\\";^-%=|~:\001\005!@"