This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorNicholas Clark <nick@ccl4.org>
Thu, 9 Feb 2006 20:34:26 +0000 (20:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 9 Feb 2006 20:34:26 +0000 (20:34 +0000)
commit22a8f8df746b2a09972c85e34fa4d396c559205c
treeafc8c5c1ca75f5e4cc8e09471d06a8781fff1996
parent070500bf14628441d67e195910c33278f81877e9
Integrate:
[ 24258]
Merge common code. Reduces object size by 1K on x86, 6K on PPC

[ 24340]
The if() clause is the wrong way round, so OOK can never be true in
this case. Given that OOK is never undone, we could never have been
correctly upgrading a PV with OOK to HV or AV. I believe that only
SVt_NULL is the only type ever upgraded to HV or AV.
p4raw-link: @24340 on //depot/perl: c2bfdfaf3f7731071c0d7c0684c538dffecf7ac6
p4raw-link: @24258 on //depot/perl: bd4b1eb5b0b53616d16d03ba8f6aedf325adfa1d

p4raw-id: //depot/maint-5.8/perl@27141
p4raw-edited: from //depot/perl@24340 'edit in' sv.c (@24271..)
sv.c