summaryrefslogtreecommitdiff
path: root/perlapi.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 /perlapi.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 'perlapi.h')
-rw-r--r--perlapi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perlapi.h b/perlapi.h
index 76eb92f2c5..3d74ecd281 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -103,12 +103,6 @@ END_EXTERN_C
#define PL_MemParse (*Perl_IMemParse_ptr(aTHX))
#undef PL_MemShared
#define PL_MemShared (*Perl_IMemShared_ptr(aTHX))
-#undef PL_OpPtr
-#define PL_OpPtr (*Perl_IOpPtr_ptr(aTHX))
-#undef PL_OpSlab
-#define PL_OpSlab (*Perl_IOpSlab_ptr(aTHX))
-#undef PL_OpSpace
-#define PL_OpSpace (*Perl_IOpSpace_ptr(aTHX))
#undef PL_Proc
#define PL_Proc (*Perl_IProc_ptr(aTHX))
#undef PL_Sock