diff options
| author | Richard M. Stallman | 1994-12-23 15:06:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-23 15:06:14 +0000 |
| commit | 53ece92895439718e96fce412707df089c31485e (patch) | |
| tree | 1997ca70fa1f4a40551a540c7e41bbc9f8bf7f27 /src | |
| parent | 37c2c98b1659e880f69a2c91c8a135577a0713d6 (diff) | |
| download | emacs-53ece92895439718e96fce412707df089c31485e.tar.gz emacs-53ece92895439718e96fce412707df089c31485e.zip | |
entered into RCS
Diffstat (limited to 'src')
| -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 @@ | |||
| 2 | 2 | ||
| 3 | #include "aix4.h" | 3 | #include "aix4.h" |
| 4 | 4 | ||
| 5 | /* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed. */ | 5 | #if 0 /* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed |
| 6 | in Mule, but we don't know why. Anyway, it's not needed now. */ | ||
| 6 | #define SYSTEM_MALLOC | 7 | #define SYSTEM_MALLOC |
| 8 | #endif | ||