diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 14:30:51 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 14:30:51 +0000 |
commit | 6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d (patch) | |
tree | 1bd0cd06356f9aea56d32133b754247cdd77c8ea /perl.h | |
parent | ba979b3106a5e7f3b2512d1f4e93c681fba7aa9f (diff) | |
download | perl-6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d.tar.gz |
Correct name of PL_OP_SLAB_ALLOC
p4raw-id: //depot/perlio@14277
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |