From: Nick Ing-Simmons Date: Sat, 20 Oct 2001 21:50:46 +0000 (+0000) Subject: Remove the MemShared re-#define (again) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ed1ec7bdfae87aa5419ee42de2a3f5267b16906;p=p5sagit%2Fp5-mst-13.2.git Remove the MemShared re-#define (again) p4raw-id: //depot/perlio@12540 --- diff --git a/perlio.c b/perlio.c index 96ecdd8..c33045c 100644 --- a/perlio.c +++ b/perlio.c @@ -40,11 +40,6 @@ #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) {