From 80fc1a6e18656840e0615fac7624377361517b8a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 29 Feb 2000 06:25:33 +0000 Subject: [PATCH] export list tweak p4raw-id: //depot/perl@5344 --- makedef.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makedef.pl b/makedef.pl index 1cd85c7..b88b8e9 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( -- 2.7.4