This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae9cea
)
Oops, missed an sv_force_normal()
author
Steve Peters
<steve@fisharerojo.org>
Sat, 29 Oct 2005 14:33:30 +0000
(14:33 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Sat, 29 Oct 2005 14:33:30 +0000
(14:33 +0000)
p4raw-id: //depot/perl@25877
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
06ec4af
..
ec4dcd3
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-2797,7
+2797,7
@@
S_restore_magic(pTHX_ const void *p)
/* While magic was saved (and off) sv_setsv may well have seen
this SV as a prime candidate for COW. */
if (SvIsCOW(sv))
- sv_force_normal
(sv
);
+ sv_force_normal
_flags(sv, 0
);
#endif
if (mgs->mgs_flags)