diff options
author | Steve Hay <SteveHay@planit.com> | 2005-04-06 15:57:36 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-04-06 15:57:36 +0000 |
commit | aeef272316a199aeddb8b9a9713adffbef5806b1 (patch) | |
tree | ca2a488297d5e4d052635bc10d9889f6d96baeae /makedef.pl | |
parent | f6f0b69b4261c1c8a526a772d6ec556acf2786b6 (diff) | |
download | perl-aeef272316a199aeddb8b9a9713adffbef5806b1.tar.gz |
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
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 256eddd0b3..8b4dd41755 100644 --- a/makedef.pl +++ b/makedef.pl @@ -693,6 +693,7 @@ unless ($define{'USE_ITHREADS'}) { Perl_mg_dup Perl_re_dup Perl_sv_dup + Perl_rvpv_dup Perl_sys_intern_dup Perl_ptr_table_clear Perl_ptr_table_fetch |