diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 11:29:47 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 11:29:47 +0000 |
commit | ba979b3106a5e7f3b2512d1f4e93c681fba7aa9f (patch) | |
tree | 72ee4a7f64defda57f4640e989e1e59e047f15c4 /embed.h | |
parent | f1f8f8925a02a6ca4f9ef21b150b369edc63630d (diff) | |
download | perl-ba979b3106a5e7f3b2512d1f4e93c681fba7aa9f.tar.gz |
Regen embed enable slab for PERL_IMPLICIT_SYS
p4raw-id: //depot/perlio@14271
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -938,6 +938,7 @@ #define apply_attrs_my S_apply_attrs_my # if defined(PL_OP_SLAB_ALLOC) #define Slab_Alloc S_Slab_Alloc +#define Slab_Free S_Slab_Free # endif #endif #if defined(PERL_IN_PERL_C) || defined(PERL_DECL_PROT) @@ -2481,6 +2482,7 @@ #define apply_attrs_my(a,b,c,d) S_apply_attrs_my(aTHX_ a,b,c,d) # if defined(PL_OP_SLAB_ALLOC) #define Slab_Alloc(a,b) S_Slab_Alloc(aTHX_ a,b) +#define Slab_Free(a) S_Slab_Free(aTHX_ a) # endif #endif #if defined(PERL_IN_PERL_C) || defined(PERL_DECL_PROT) |