diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-09-09 19:59:44 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 14:27:10 +0000 |
commit | 42bf233374727b85537d9f54530660285d5568d9 (patch) | |
tree | 721223c6a37721c010b02d04c201d8d0a0bc2488 | |
parent | 894ccb8c0c01965b9dd111999ee86def327e7c24 (diff) | |
download | perl-42bf233374727b85537d9f54530660285d5568d9.tar.gz |
Re: maint @ 21116
Message-ID: <20030909135944.GA1666@ratsnest.hole>
p4raw-id: //depot/perl@21141
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index cf681a7cbd..6c6bafeeb3 100644 --- a/makedef.pl +++ b/makedef.pl @@ -736,6 +736,8 @@ unless ($define{'PL_OP_SLAB_ALLOC'}) { PL_OpPtr PL_OpSlab PL_OpSpace + Perl_Slab_Alloc + Perl_Slab_Free )]; } |