summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-11-23 02:46:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-11-23 02:46:35 +0000
commit7d4dff667b3dbff5222e6474141b93f65245ed09 (patch)
tree4c532aabe519c5251433714aa09d4c384939ce5f /makedef.pl
parent32ce473141ad06fe2aa5547b7bbf3f499b3d98ff (diff)
downloadperl-7d4dff667b3dbff5222e6474141b93f65245ed09.tar.gz
regenerate win32/config* and fix some inconsistencies in the
makefiles; always export Perl_deb() because it is needed by ext/re/* (whether perl itself is built with -DDEBUGGING or not) p4raw-id: //depot/perl@7828
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/makedef.pl b/makedef.pl
index 2cc9a09279..4de7c26f9a 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -132,7 +132,7 @@ if ($define{PERL_OBJECT}) {
if ($PLATFORM eq 'win32') {
warn join(' ',keys %define)."\n";
- print "LIBRARY Perl56\n";
+ print "LIBRARY Perl57\n";
print "DESCRIPTION 'Perl interpreter'\n";
print "EXPORTS\n";
if ($define{PERL_IMPLICIT_SYS}) {
@@ -312,7 +312,6 @@ elsif ($PLATFORM eq 'os2') {
unless ($define{'DEBUGGING'}) {
skip_symbols [qw(
- Perl_deb
Perl_deb_growlevel
Perl_debop
Perl_debprofdump