aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-30 19:18:28 +0000
committerRichard M. Stallman1993-05-30 19:18:28 +0000
commit879c0d9f284a568b5c462f51cb9eeeaf7d2215db (patch)
tree532fd2dc93899c5cbaabfbd5d07b84fc3e15121a /src
parente0fcbb593168118e313ced4a9357dc0971ef2573 (diff)
downloademacs-879c0d9f284a568b5c462f51cb9eeeaf7d2215db.tar.gz
emacs-879c0d9f284a568b5c462f51cb9eeeaf7d2215db.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos413.h3
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 @@
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.
4 Can anyone find out why this loses? */
3/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ 5/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
4 6
5#undef SYSTEM_MALLOC 7#undef SYSTEM_MALLOC
8#endif