diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 13:20:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 13:20:07 +0000 |
commit | 57185c71ec028665c77b9bdf20d9fb51d8458287 (patch) | |
tree | 9a6c48f2570ac1174d8748eb7c81327eb204d101 /makedef.pl | |
parent | e01ffb8dcee2eeca0ae5b559a4d96119058e4668 (diff) | |
download | perl-57185c71ec028665c77b9bdf20d9fb51d8458287.tar.gz |
Try to fix the AIX and Windows builds regarding the
definedness of the PL_memory_wrap symbol.
p4raw-id: //depot/perl@22524
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 033f639af5..5f7c82234f 100644 --- a/makedef.pl +++ b/makedef.pl @@ -633,6 +633,12 @@ else { )]; } +unless ($define{'NO_PERL_MALLOC_WRAP'}) { + emit_symbols [qw( + PL_memory_wrap + );] +} + unless ($define{'USE_ITHREADS'}) { skip_symbols [qw( PL_thr_key |