This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Apr 2005 20:37:13 +0000 (20:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Apr 2005 20:37:13 +0000 (20:37 +0000)
commitb7e9a5c2d751f7ed3b8a703e57ac933ded5b16ce
treebcf34825827a23edae1461145bdfdd5ec7dd12f0
parent8b44ba4cc571a1253e8c2108fde4508f22646523
Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
SvPVX

p4raw-id: //depot/perl@24244
pp_hot.c
pp_sys.c
sv.h
toke.c