diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1999-02-23 01:26:25 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-24 05:28:06 +0000 |
commit | 606974b21cdb98866563c221c06d21c01db0cf0d (patch) | |
tree | 14627dc6a2a773a756f1892b52fab4161616db9b | |
parent | 04c704464805e8b58c229a4f2a086e506ed7eed7 (diff) | |
download | perl-606974b21cdb98866563c221c06d21c01db0cf0d.tar.gz |
adjust a Perl_malloc() flag for NeXT
Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
p4raw-id: //depot/perl@3020
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1380,7 +1380,7 @@ typedef I32 (*filter_t) _((int, SV *, int)); # else # ifdef I_MACH_CTHREADS # include <mach/cthreads.h> -# ifdef NeXT +# if defined(__NeXT__) && defined(PERL_POLLUTE_MALLOC) # define MUTEX_INIT_CALLS_MALLOC # endif typedef cthread_t perl_os_thread; |