summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-14 14:04:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-14 14:04:24 +0000
commit00896663c42f948ff210f9dc95027f57806a6ded (patch)
treef2239fc3ed15e6b0cb40707dc65ccf298081d59f /embed.h
parentcf25bb620ab43f67a0edb45a418782cd53e76918 (diff)
downloadperl-00896663c42f948ff210f9dc95027f57806a6ded.tar.gz
Retract #14251 (the op slab allocator from perlio)
until we figure out why 2.2.19 x86 debian gets a circular sibling chain and therefore hangs in the Perl_ck_subr() sibling for-loop. p4raw-id: //depot/perl@14255
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index cbd880ed45..6203634e92 100644
--- a/embed.h
+++ b/embed.h
@@ -936,7 +936,6 @@
#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)
@@ -2478,7 +2477,6 @@
#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)