summaryrefslogtreecommitdiff
path: root/proto.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 /proto.h
parenta594c7b4495766324bc28504b0f4af2b5424ed02 (diff)
parent92e830a9086d75f086574c378b1c63ff2e00edcf (diff)
downloadperl-f1f8f8925a02a6ca4f9ef21b150b369edc63630d.tar.gz
Integrate rest of mainline
p4raw-id: //depot/perlio@14270
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 5068b43435..7c49f3f5a0 100644
--- a/proto.h
+++ b/proto.h
@@ -1045,7 +1045,6 @@ STATIC void S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my);
STATIC void S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp);
# if defined(PL_OP_SLAB_ALLOC)
STATIC void* S_Slab_Alloc(pTHX_ int m, size_t sz);
-STATIC void S_Slab_Free(pTHX_ void *);
# endif
#endif