summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 08:19:08 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 08:19:08 +0000
commitf1f8f8925a02a6ca4f9ef21b150b369edc63630d (patch)
tree6e3a25860d4c3ec95cf6b0fb42b32548e001155b /embed.h
parenta594c7b4495766324bc28504b0f4af2b5424ed02 (diff)
parent92e830a9086d75f086574c378b1c63ff2e00edcf (diff)
downloadperl-f1f8f8925a02a6ca4f9ef21b150b369edc63630d.tar.gz
Integrate rest of mainline
p4raw-id: //depot/perlio@14270
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 bbae4f1e70..b6ee614843 100644
--- a/embed.h
+++ b/embed.h
@@ -938,7 +938,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)
@@ -2482,7 +2481,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)