projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
51cf62d
)
Fix MYMALLOC (wrong #define in malloc.c):
Ilya Zakharevich [Thu, 27 Nov 1997 01:08:16 +0000 (20:08 -0500)]
Subject: 5.004_55: MYMALLOC completely busted
p4raw-id: //depot/perl@320
malloc.c
patch
|
blob
|
blame
|
history
diff --git
a/malloc.c
b/malloc.c
index
ae3773a
..
e52c09f
100644
(file)
--- a/
malloc.c
+++ b/
malloc.c
@@
-2,8
+2,6
@@
*
*/
-#define EMBEDMYMALLOC
-
#if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS)
# define DEBUGGING_MSTATS
#endif