projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f3dccfa
)
Remove the MemShared re-#define (again)
Nick Ing-Simmons [Sat, 20 Oct 2001 21:50:46 +0000 (21:50 +0000)]
p4raw-id: //depot/perlio@12540
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
96ecdd8
..
c33045c
100644
(file)
--- 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)
{