diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:05:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:05:57 +0000 |
commit | f478c16076e981e587037fe8a12108aec0284abd (patch) | |
tree | bfb24ed5e9a0580b88bad36af3e0efc8d9432909 /src/s | |
parent | 2fa8c0b5d4f9b02705adb80d9c4d7bfcd6a3f4f5 (diff) | |
download | emacs-f478c16076e981e587037fe8a12108aec0284abd.tar.gz |
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/hpux9.h | 2 |
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 @@ #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 |