diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 14:25:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 14:25:51 +0000 |
commit | 894ccb8c0c01965b9dd111999ee86def327e7c24 (patch) | |
tree | af41d45a6e3a96e51dcad6e3d8136b2bd1055845 /makedef.pl | |
parent | 26a2d34763c26e0d624a4f2227cb0f7da1812632 (diff) | |
download | perl-894ccb8c0c01965b9dd111999ee86def327e7c24.tar.gz |
Retract #21132.
p4raw-id: //depot/perl@21140
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 4ea12b3b54..cf681a7cbd 100644 --- a/makedef.pl +++ b/makedef.pl @@ -100,7 +100,9 @@ close(CFG); # perl.h logic duplication begins -$define{PL_OP_SLAB_ALLOC} = 1; +if ($define{PERL_IMPLICIT_SYS}) { + $define{PL_OP_SLAB_ALLOC} = 1; +} if ($define{USE_ITHREADS}) { if (!$define{MULTIPLICITY}) { |