diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 06:25:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 06:25:33 +0000 |
commit | 80fc1a6e18656840e0615fac7624377361517b8a (patch) | |
tree | f2a4f4c83ba9c9b89116d7c58bd7bd58ff3f339f /makedef.pl | |
parent | c44d3fdb45c0c48dcd8af6dc9f4a4166137bf839 (diff) | |
download | perl-80fc1a6e18656840e0615fac7624377361517b8a.tar.gz |
export list tweak
p4raw-id: //depot/perl@5344
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 1cd85c7eb6..b88b8e957d 100644 --- a/makedef.pl +++ b/makedef.pl @@ -363,6 +363,11 @@ if ($define{'MYMALLOC'}) { PL_malloc_mutex )]; } + else { + skip_symbols [qw( + PL_malloc_mutex + )]; + } } else { skip_symbols [qw( |