diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-22 00:01:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-22 00:01:19 +0000 |
commit | ffd04ed01fba0746b90b1798a03eae6cc4aab2e1 (patch) | |
tree | ab0a3604895a242407676b915670b47be50112fa | |
parent | 2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1 (diff) | |
download | emacs-ffd04ed01fba0746b90b1798a03eae6cc4aab2e1.tar.gz |
*** empty log message ***
-rw-r--r-- | src/s/aix4-1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index 8d62582dd32..21b70a5124e 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -1,3 +1,6 @@ #define AIX4_1 #include "aix4.h" + +/* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed. */ +#define SYSTEM_MALLOC |