diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 17:41:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 17:41:48 +0000 |
commit | 7fed2f52f1cb50ce59f529d41f740253f447aed2 (patch) | |
tree | 9e073390d006d7b06b02d8371fb459ea97fd3509 | |
parent | afa721bf351ebaeec74621f8eabc337c7e068883 (diff) | |
download | emacs-7fed2f52f1cb50ce59f529d41f740253f447aed2.tar.gz emacs-7fed2f52f1cb50ce59f529d41f740253f447aed2.tar.bz2 emacs-7fed2f52f1cb50ce59f529d41f740253f447aed2.zip |
Initial revision
-rw-r--r-- | src/s/sunos413.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h new file mode 100644 index 00000000000..8704d538bad --- /dev/null +++ b/src/s/sunos413.h @@ -0,0 +1,5 @@ +#include "sunos4-1.h" + +/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ + +#undef SYSTEM_MALLOC |