summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1997-02-20 21:44:13 -0500
committerChip Salzenberg <chip@atlantic.net>1997-02-22 04:41:00 +1200
commit1944739a93eab0e90f4ffdbf6af40f406ee4aa7f (patch)
treee1d7ee337cb6d0a357ab21dc8487e5e9c84650bb /malloc.c
parent4bf61a0fda67b03da87e21b660bbe0d541b8f3ef (diff)
downloadperl-1944739a93eab0e90f4ffdbf6af40f406ee4aa7f.tar.gz
Minor update to malloc.c
This change of defines may satisfy Nick in his future life, when he needs an effecient malloc() with DEBUGGING perl again: p5p-msgid: <199702210244.VAA03676@monk.mps.ohio-state.edu>
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/malloc.c b/malloc.c
index b4be0316d2..63db091a78 100644
--- a/malloc.c
+++ b/malloc.c
@@ -3,9 +3,9 @@
*/
#ifndef lint
-#ifdef DEBUGGING
-#define RCHECK
-#endif
+# if defined(DEBUGGING) && !defined(NO_RCHECK)
+# define RCHECK
+# endif
/*
* malloc.c (Caltech) 2/21/82
* Chris Kingsley, kingsley@cit-20.