This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The second argument to Move() is the destination, so cannot possibly
authorNicholas Clark <nick@ccl4.org>
Mon, 19 Sep 2005 21:02:02 +0000 (21:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Sep 2005 21:02:02 +0000 (21:02 +0000)
commit706aa1c9997955fcf6fd0bef3a5f89c64f6802fe
tree3c0bf4dc19cc8f2f734e67a4aab5d5263185de48
parentaa237293be73a4afeabd1545a438ef23d65e9734
The second argument to Move() is the destination, so cannot possibly
be const. Pesky casting in handy.h. Getting in the way of correctness.

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