diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-17 18:24:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-17 18:24:50 +0000 |
commit | 5302ffd479952aac7b09adb0db5642b6376ad312 (patch) | |
tree | 29b93c9c3c2b9f1fa950795ac0f0dcc5fdfef666 /makedef.pl | |
parent | 0d092c369b1b264b1238936288c807173152e270 (diff) | |
download | perl-5302ffd479952aac7b09adb0db5642b6376ad312.tar.gz |
Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
(Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
p4raw-id: //depot/perl@29853
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 6c0803317f..ceb6e3f4ca 100644 --- a/makedef.pl +++ b/makedef.pl @@ -629,7 +629,6 @@ else { unless ($define{'PERL_OLD_COPY_ON_WRITE'}) { skip_symbols [qw( Perl_sv_setsv_cow - Perl_sv_release_IVX )]; } |