diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-20 21:50:46 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-20 21:50:46 +0000 |
commit | 5ed1ec7bdfae87aa5419ee42de2a3f5267b16906 (patch) | |
tree | 4074e1a394a294f28dae03c09c6e2822592e44cd /perlio.c | |
parent | f3dccfae94e790b7365a85a459e510b162f9a8d6 (diff) | |
download | perl-5ed1ec7bdfae87aa5419ee42de2a3f5267b16906.tar.gz |
Remove the MemShared re-#define (again)
p4raw-id: //depot/perlio@12540
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |