changeset 3543:67c6f072c8f9

(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 18:05:57 +0000
parents f183be0dc237
children a1ccd96244f3
files src/s/hpux9.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Mon Jun 07 17:19:36 1993 +0000
+++ b/src/s/hpux9.h	Mon Jun 07 18:05:57 1993 +0000
@@ -4,7 +4,9 @@
 
 #define HPUX9
 
+#if 0
 /* Try some debugging and see if gnu malloc hurts us */
 #define SYSTEM_MALLOC 1
 #undef GNU_MALLOC
 #undef REL_ALLOC
+#endif