diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-30 19:18:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-30 19:18:28 +0000 |
commit | 879c0d9f284a568b5c462f51cb9eeeaf7d2215db (patch) | |
tree | 532fd2dc93899c5cbaabfbd5d07b84fc3e15121a /src/s/sunos413.h | |
parent | e0fcbb593168118e313ced4a9357dc0971ef2573 (diff) | |
download | emacs-879c0d9f284a568b5c462f51cb9eeeaf7d2215db.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/s/sunos413.h')
-rw-r--r-- | src/s/sunos413.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 8704d538bad..5d91f13cb5c 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -1,5 +1,8 @@ #include "sunos4-1.h" +#if 0 /* jik@gza.com says this didn't work. Too bad. + Can anyone find out why this loses? */ /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ #undef SYSTEM_MALLOC +#endif |