This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
restore_magic needs to undo COW
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Nov 2003 21:21:22 +0000 (21:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 22 Nov 2003 21:21:22 +0000 (21:21 +0000)
commitf97011767e2b1f2e51edcb85858dc587e7499126
tree3c3967a63fe3e7680d8676906afa7589e9a0c212
parent120fac9542f2e04bc96c6724be348c7e1481995d
restore_magic needs to undo COW
(while magic was off, sv_setsv is likely to have seen this SV as a
good source for COW)
Should fix the smoke failures on lib/locale.t

p4raw-id: //depot/perl@21774
mg.c