Typo in #else branch of PL_SLAB_ALLOC
Nick Ing-Simmons [Tue, 15 Jan 2002 08:02:44 +0000 (08:02 +0000)]
p4raw-id: //depot/perlio@14269

op.c

diff --git a/op.c b/op.c
index 1ce71a5..6530572 100644 (file)
--- 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