From: Philip Newton Date: Wed, 21 Nov 2001 16:44:30 +0000 (+0100) Subject: Re: PERFORCE change 13162 for review X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97dc1cde22f88929671b9665543712a6520e4c64;p=p5sagit%2Fp5-mst-13.2.git Re: PERFORCE change 13162 for review Message-ID: p4raw-id: //depot/perl@13167 --- diff --git a/ext/Devel/PPPort/PPPort.pm b/ext/Devel/PPPort/PPPort.pm index 6486225..1a9c9b2 100644 --- a/ext/Devel/PPPort/PPPort.pm +++ b/ext/Devel/PPPort/PPPort.pm @@ -326,7 +326,7 @@ static SV * newRV_noinc (SV * sv) } # else # define newRV_noinc(sv) \ - ((PL_Sv=(SV*)newRV(sv), SvREFCNT_dec(sv), (SV*)PL_Sv) + (PL_Sv=(SV*)newRV(sv), SvREFCNT_dec(sv), (SV*)PL_Sv) # endif # endif #endif