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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New COW mechanism
[perl5.git]
/
makedef.pl
diff --git
a/makedef.pl
b/makedef.pl
index
9550042
..
7afc35f
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-274,7
+274,8
@@
else {
);
}
-unless ($define{'PERL_OLD_COPY_ON_WRITE'}) {
+unless ($define{'PERL_OLD_COPY_ON_WRITE'}
+ || $define{'PERL_NEW_COPY_ON_WRITE'}) {
++$skip{Perl_sv_setsv_cow};
}