diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-25 05:44:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-25 05:44:17 +0000 |
commit | 2e7e7c6ca2ccdf33926d1330538338beae355adb (patch) | |
tree | 9493425ea82bad0b8a1f0745206c2e2880223fad /win32 | |
parent | 2158dd9ba94672764f0bb8563ece1a0573db179b (diff) | |
download | perl-2e7e7c6ca2ccdf33926d1330538338beae355adb.tar.gz |
allow more win32 symbol exports (suggested by Jan Dubois)
p4raw-id: //depot/perl@2058
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makedef.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index 872c838ab0..222ce06e7e 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -81,8 +81,6 @@ PL_archpat_auto PL_cryptseen PL_DBcv PL_generation -PL_in_clean_all -PL_in_clean_objs PL_lastgotoprobe PL_linestart PL_modcount @@ -239,11 +237,6 @@ Perl_thread_create Perl_find_threadsv Perl_unlock_condpair Perl_magic_mutexfree -Perl_sv_iv -Perl_sv_nv -Perl_sv_true -Perl_sv_uv -Perl_sv_pvn )]; } |