diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-23 15:06:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-23 15:06:14 +0000 |
commit | 53ece92895439718e96fce412707df089c31485e (patch) | |
tree | 1997ca70fa1f4a40551a540c7e41bbc9f8bf7f27 /src/s/aix4-1.h | |
parent | 37c2c98b1659e880f69a2c91c8a135577a0713d6 (diff) | |
download | emacs-53ece92895439718e96fce412707df089c31485e.tar.gz |
entered into RCS
Diffstat (limited to 'src/s/aix4-1.h')
-rw-r--r-- | src/s/aix4-1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index 21b70a5124e..475e0657a74 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -2,5 +2,7 @@ #include "aix4.h" -/* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed. */ +#if 0 /* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed + in Mule, but we don't know why. Anyway, it's not needed now. */ #define SYSTEM_MALLOC +#endif |