This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorAndy Lester <andy@petdance.com>
Wed, 30 Mar 2005 11:40:24 +0000 (05:40 -0600)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Sep 2005 16:58:09 +0000 (16:58 +0000)
commitc501bbfe1b05f03fd21cc2fb644a5ff26a3f1091
treebe28bc6883fe1c75596fbdd1d272c3639270a249
parent2802784bd8fa82318a55c2e29fc34eae0ff4cafe
Integrate:
[ 24148]
Subject: [PATCH] const-eight.diff
Message-ID: <20050330174024.GA12167@petdance.com>

[ 24178]
Don't try to export symbols that don't exist

Change #24148 added Perl_rvpv_dup() to the public API, but it is only
defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
to keep Win32 happy.
p4raw-link: @24178 on //depot/perl: aeef272316a199aeddb8b9a9713adffbef5806b1
p4raw-link: @24148 on //depot/perl: 6867be6d47d7be8fc56705e4b65f064d3eef92b7

p4raw-id: //depot/maint-5.8/perl@25438
p4raw-integrated: from //depot/perl@24178 'merge in' makedef.pl
(@23780..)
p4raw-integrated: from //depot/perl@24148 'edit in' universal.c
(@24074..) op.c (@24096..) dump.c (@24106..) 'merge in'
xsutils.c (@24074..) doio.c (@24092..) perl.c (@24094..)
embed.fnc (@24095..) mg.c (@24096..) sv.c (@24109..) embed.h
global.sym proto.h (@24121..) Porting/Maintainers.pl (@24133..)
14 files changed:
Porting/Maintainers.pl
doio.c
dump.c
embed.fnc
embed.h
global.sym
makedef.pl
mg.c
op.c
perl.c
proto.h
sv.c
universal.c
xsutils.c