aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-07 18:05:57 +0000
committerRichard M. Stallman1993-06-07 18:05:57 +0000
commitf478c16076e981e587037fe8a12108aec0284abd (patch)
treebfb24ed5e9a0580b88bad36af3e0efc8d9432909 /src
parent2fa8c0b5d4f9b02705adb80d9c4d7bfcd6a3f4f5 (diff)
downloademacs-f478c16076e981e587037fe8a12108aec0284abd.tar.gz
emacs-f478c16076e981e587037fe8a12108aec0284abd.zip
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index 472f8f02da0..134a789e9ea 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -4,7 +4,9 @@
4 4
5#define HPUX9 5#define HPUX9
6 6
7#if 0
7/* Try some debugging and see if gnu malloc hurts us */ 8/* Try some debugging and see if gnu malloc hurts us */
8#define SYSTEM_MALLOC 1 9#define SYSTEM_MALLOC 1
9#undef GNU_MALLOC 10#undef GNU_MALLOC
10#undef REL_ALLOC 11#undef REL_ALLOC
12#endif