On Mon, Mar 03, 2008 at 11:29:45AM -0500, Jerry D. Hedden wrote: > Nick, > Any possibility of change 32241 (PL_destroyhook patch) being > propagated to 5.8.x? > Or does it break some sort of compatibility? Gosh. I seem to have done this already. Nicholas Clark Change 33180 by nicholas@nicholas-saigo on 2008/02/01 22:57:38 Integrate: [ 31697] SWIG uses XS() like this (in the perlrun.swg template): typedef XS(SwigPerlWrapper); typedef SwigPerlWrapper *SwigPerlWrapperPtr; This breaks if XS() includes the 'extern "C"' decoration under C++. The appended patch provides an XSPROTO() macro that could be used by SWIG instead. (Patch from Jan Dubois to fix breakage caused by #28734.) [ 32241] Subject: [PATCH] Bug fix for storing shared objects in shared structures From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Tue, 6 Nov 2007 14:36:40 -0500 Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com> (core patch only)Thread Previous