Don't try to export symbols that don't exist
authorSteve Hay <SteveHay@planit.com>
Wed, 6 Apr 2005 15:57:36 +0000 (15:57 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 6 Apr 2005 15:57:36 +0000 (15:57 +0000)
commitaeef272316a199aeddb8b9a9713adffbef5806b1
treeca2a488297d5e4d052635bc10d9889f6d96baeae
parentf6f0b69b4261c1c8a526a772d6ec556acf2786b6
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-id: //depot/perl@24178
makedef.pl