Minor update to malloc.c
Ilya Zakharevich [Fri, 21 Feb 1997 02:44:13 +0000 (21:44 -0500)]
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>

malloc.c

index b4be031..63db091 100644 (file)
--- 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.