diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-11-08 23:20:23 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-09 07:45:12 +0000 |
commit | 772fe5b34da07b398a960329cf97602adf8d6a4a (patch) | |
tree | fd394a9b257f370d24bc944231a471b56946e6e7 /malloc.c | |
parent | 3541dd58afee4802e6d8771e6ed02e20cc107e31 (diff) | |
download | perl-772fe5b34da07b398a960329cf97602adf8d6a4a.tar.gz |
Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
perl5-porters@perl.org
(UNINSTALLED)
Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
p4raw-id: //depot/cfgperl@2225
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -571,10 +571,10 @@ static char bucket_of[] = # endif #ifdef I_MACH_CTHREADS -#undef MUTEX_LOCK -#define MUTEX_LOCK(m) STMT_START { if (*m) mutex_lock(*m); } STMT_END -#undef MUTEX_UNLOCK -#define MUTEX_UNLOCK(m) STMT_START { if (*m) mutex_unlock(*m); } STMT_END +# undef MUTEX_LOCK +# define MUTEX_LOCK(m) STMT_START { if (*m) mutex_lock(*m); } STMT_END +# undef MUTEX_UNLOCK +# define MUTEX_UNLOCK(m) STMT_START { if (*m) mutex_unlock(*m); } STMT_END #endif static char *emergency_buffer; |