From: Nick Ing-Simmons Date: Tue, 15 Jan 2002 14:30:51 +0000 (+0000) Subject: Correct name of PL_OP_SLAB_ALLOC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d;p=p5sagit%2Fp5-mst-13.2.git Correct name of PL_OP_SLAB_ALLOC p4raw-id: //depot/perlio@14277 --- diff --git a/perl.h b/perl.h index 651f15c..11cac10 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