summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2003-09-09 10:49:07 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-09 07:57:20 +0000
commit75d0c946f01ada3e3b50d0e861dacec3faddf7d5 (patch)
treedf9e6beb99ff67bf44dd772f5d1fee438a364f61 /perl.h
parentb3c0f1bde204be7b0c1795e8d30824df46a47ce0 (diff)
downloadperl-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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/perl.h b/perl.h
index 01458d9b65..39a5a42344 100644
--- a/perl.h
+++ b/perl.h
@@ -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