diff options
| author | Richard M. Stallman | 1993-06-07 18:05:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-07 18:05:57 +0000 |
| commit | f478c16076e981e587037fe8a12108aec0284abd (patch) | |
| tree | bfb24ed5e9a0580b88bad36af3e0efc8d9432909 /src | |
| parent | 2fa8c0b5d4f9b02705adb80d9c4d7bfcd6a3f4f5 (diff) | |
| download | emacs-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.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 @@ | |||
| 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 | ||