diff options
author | Steve Hay <SteveHay@planit.com> | 2003-09-09 10:49:07 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 07:57:20 +0000 |
commit | 75d0c946f01ada3e3b50d0e861dacec3faddf7d5 (patch) | |
tree | df9e6beb99ff67bf44dd772f5d1fee438a364f61 /perl.h | |
parent | b3c0f1bde204be7b0c1795e8d30824df46a47ce0 (diff) | |
download | perl-75d0c946f01ada3e3b50d0e861dacec3faddf7d5.tar.gz |
Re: maint @ 21116
Message-ID: <3F5D9403.3040004@uk.radan.com>
p4raw-id: //depot/perl@21132
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -44,13 +44,8 @@ * repeated in makedef.pl, so be certain to update * both places when editing. */ -#ifdef PERL_IMPLICIT_SYS -/* PERL_IMPLICIT_SYS implies PerlMemShared != PerlMem - so use slab allocator to avoid lots of MUTEX overhead - */ -# ifndef PL_OP_SLAB_ALLOC -# define PL_OP_SLAB_ALLOC -# endif +#ifndef PL_OP_SLAB_ALLOC +# define PL_OP_SLAB_ALLOC #endif #ifdef USE_ITHREADS |