summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorMattia Barbon <mbarbon@dsi.unive.it>2002-01-15 22:59:19 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-15 20:06:49 +0000
commit76555ca36e45bbec899cfa02b3b906b3689f2d74 (patch)
treefc0d506b55c05463c9e9851a86e40aadea457a6e /proto.h
parent028b3442bd47260167ca703340e00346524638a6 (diff)
downloadperl-76555ca36e45bbec899cfa02b3b906b3689f2d74.tar.gz
Add Slab_Free to embed.fnc
Message-ID: <3C44A637.16602.25EB208@localhost> p4raw-id: //depot/perl@14292
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index af62a358a1..fc67d8eafa 100644
--- a/proto.h
+++ b/proto.h
@@ -1045,6 +1045,7 @@ 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 *op);
# endif
#endif