This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doop.c: Simplify do_trans’ un-cow logic
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 06:59:19 +0000 (23:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 06:59:19 +0000 (23:59 -0700)
commitdeaf58b8802900d0a53e4faca7896971ce9a9dad
treee4505afb2a7c65b5528eafb524ff5fdc6c449f2f
parent1ec4f607b95237e7d3022e1f5df41f1167be4523
doop.c: Simplify do_trans’ un-cow logic

Since it calls SvPV_force_nomg a little further on, there is no need
for a separate sv_force_normal call to handle COWs.
doop.c