This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In any case, never copy this but use the same SV since
authorArtur Bergman <sky@nanisky.com>
Sun, 2 Feb 2003 23:46:24 +0000 (23:46 +0000)
committerArtur Bergman <sky@nanisky.com>
Sun, 2 Feb 2003 23:46:24 +0000 (23:46 +0000)
commit330e22d5036b4b1f7e7b4336c48c776a45e1f14f
treee640683059c9f231c6d34b7cdd6235f879556e45
parent3848b9623cf7b0bd4a28a02073a51953b168b7a6
In any case, never copy this but use the same SV since
if we copy we loose the hash we so badly need.
For op_const we might still need to copy however.

p4raw-id: //depot/perl@18641
op.c