diff options
| author | Richard M. Stallman | 1994-01-19 23:12:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-19 23:12:25 +0000 |
| commit | caa4e6c4bcca3989f49c11796aef8a9d71a16171 (patch) | |
| tree | eb847394a657fa33fda3902b78b01ce998e76bd7 /src | |
| parent | f551b97db69daa183058ebad11894000569a549f (diff) | |
| download | emacs-caa4e6c4bcca3989f49c11796aef8a9d71a16171.tar.gz emacs-caa4e6c4bcca3989f49c11796aef8a9d71a16171.zip | |
Add #undef SYSTEM_MALLOC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 1ee0969eedf..39ade191e57 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | #include "sunos4-1.h" | 1 | #include "sunos4-1.h" |
| 2 | 2 | ||
| 3 | #if 0 /* jik@gza.com says this didn't work. Too bad. | 3 | /* jik@gza.com says this works now. */ |
| 4 | Can anyone find out why this loses? */ | ||
| 5 | /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ | 4 | /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ |
| 6 | 5 | ||
| 7 | #undef SYSTEM_MALLOC | 6 | #undef SYSTEM_MALLOC |
| 8 | #endif | ||
| 9 | 7 | ||
| 10 | #if 0 /* This causes failure in process_send_signal (tcgetattr loses) | 8 | #if 0 /* This causes failure in process_send_signal (tcgetattr loses) |
| 11 | and may also cause hanging at Emacs startup when parent | 9 | and may also cause hanging at Emacs startup when parent |