Remove the MemShared re-#define (again)
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Oct 2001 21:50:46 +0000 (21:50 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 20 Oct 2001 21:50:46 +0000 (21:50 +0000)
p4raw-id: //depot/perlio@12540

perlio.c

index 96ecdd8..c33045c 100644 (file)
--- a/perlio.c
+++ b/perlio.c
 
 #include "XSUB.h"
 
-#undef PerlMemShared_calloc
-#define PerlMemShared_calloc(x,y) calloc(x,y)
-#undef PerlMemShared_free
-#define PerlMemShared_free(x) free(x)
-
 int
 perlsio_binmode(FILE *fp, int iotype, int mode)
 {