diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-19 23:12:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-19 23:12:25 +0000 |
commit | 0da5c2e391e3300d6a6f2bb0669657be1bf714d6 (patch) | |
tree | b21d53cb3aa656567b432e707b91c7819474e004 /src/s/sunos413.h | |
parent | 0fca473e808a9e2adf89338b5e89fbd5f6168590 (diff) | |
download | emacs-0da5c2e391e3300d6a6f2bb0669657be1bf714d6.tar.gz |
Add #undef SYSTEM_MALLOC.
Diffstat (limited to 'src/s/sunos413.h')
-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 @@ #include "sunos4-1.h" -#if 0 /* jik@gza.com says this didn't work. Too bad. - Can anyone find out why this loses? */ +/* jik@gza.com says this works now. */ /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ #undef SYSTEM_MALLOC -#endif #if 0 /* This causes failure in process_send_signal (tcgetattr loses) and may also cause hanging at Emacs startup when parent |