From: Nick Ing-Simmons Date: Tue, 15 Jan 2002 08:02:44 +0000 (+0000) Subject: Typo in #else branch of PL_SLAB_ALLOC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a594c7b4495766324bc28504b0f4af2b5424ed02;p=p5sagit%2Fp5-mst-13.2.git Typo in #else branch of PL_SLAB_ALLOC p4raw-id: //depot/perlio@14269 --- diff --git a/op.c b/op.c index 1ce71a5..6530572 100644 --- a/op.c +++ b/op.c @@ -82,7 +82,7 @@ S_Slab_Free(pTHX_ void *op) #else #define NewOp(m, var, c, type) Newz(m, var, c, type) -#define FreeOp(p) SafeFree(p) +#define FreeOp(p) Safefree(p) #endif /* * In the following definition, the ", Nullop" is just to make the compiler