This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
authorNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 20:38:26 +0000 (20:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 20:38:26 +0000 (20:38 +0000)
commitf32993d6cf9b1ff88803abfc5b6ffb520f981f24
tree1d5bee5db7c76bacbcda8fa73f3e3ddb7d4a7193
parent2bcc16b3b48efbcbf7332d58701d2018965b3b8e
Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
sv_type, which is a constant variable with the same value.

p4raw-id: //depot/perl@26166
sv.c