diff options
| author | Jim Blandy | 1993-07-28 18:12:35 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-28 18:12:35 +0000 |
| commit | 869fcb701c9e8549ff2fecd148f28f7eeb7e2d2c (patch) | |
| tree | 379a3680b22410d13b28d958d031a9bd2a004a52 | |
| parent | 8483b957311f41023d90ee9db2c7a999c3237967 (diff) | |
| download | emacs-869fcb701c9e8549ff2fecd148f28f7eeb7e2d2c.tar.gz emacs-869fcb701c9e8549ff2fecd148f28f7eeb7e2d2c.zip | |
* s/hpux9.h: Doc fix.
| -rw-r--r-- | src/s/hpux9.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 134a789e9ea..0b3807d0886 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -4,8 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | #define HPUX9 | 5 | #define HPUX9 |
| 6 | 6 | ||
| 7 | /* If Emacs doesn't seem to work when built to use GNU malloc, you | ||
| 8 | probably need to get the latest patches to the HP/UX compiler. | ||
| 9 | See `etc/MACHINES' for more information. */ | ||
| 7 | #if 0 | 10 | #if 0 |
| 8 | /* Try some debugging and see if gnu malloc hurts us */ | ||
| 9 | #define SYSTEM_MALLOC 1 | 11 | #define SYSTEM_MALLOC 1 |
| 10 | #undef GNU_MALLOC | 12 | #undef GNU_MALLOC |
| 11 | #undef REL_ALLOC | 13 | #undef REL_ALLOC |