summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 14:30:51 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 14:30:51 +0000
commit6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d (patch)
tree1bd0cd06356f9aea56d32133b754247cdd77c8ea /perl.h
parentba979b3106a5e7f3b2512d1f4e93c681fba7aa9f (diff)
downloadperl-6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d.tar.gz
Correct name of PL_OP_SLAB_ALLOC
p4raw-id: //depot/perlio@14277
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 651f15c6cf..11cac10a00 100644
--- a/perl.h
+++ b/perl.h
@@ -45,8 +45,8 @@
/* PERL_IMPLICIT_SYS implies PerlMemShared != PerlMem
so use slab allocator to avoid lots of MUTEX overhead
*/
-# ifndef PL_SLAB_ALLOC
-# define PL_SLAB_ALLOC
+# ifndef PL_OP_SLAB_ALLOC
+# define PL_OP_SLAB_ALLOC
# endif
#endif