diff options
author | Philip Newton <pne@cpan.org> | 2001-11-21 17:44:30 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 14:42:35 +0000 |
commit | 97dc1cde22f88929671b9665543712a6520e4c64 (patch) | |
tree | 0011055ac2d6f60c0ee11a300ab08a2efc9cf53e | |
parent | 3bc04e5c1c7e49be0d2bc62c7ccb97bc43d6fd01 (diff) | |
download | perl-97dc1cde22f88929671b9665543712a6520e4c64.tar.gz |
Re: PERFORCE change 13162 for review
Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
p4raw-id: //depot/perl@13167
-rw-r--r-- | ext/Devel/PPPort/PPPort.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/PPPort.pm b/ext/Devel/PPPort/PPPort.pm index 6486225b7c..1a9c9b2192 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 |