diff options
| author | Richard M. Stallman | 1994-12-22 00:01:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-22 00:01:19 +0000 |
| commit | ffd04ed01fba0746b90b1798a03eae6cc4aab2e1 (patch) | |
| tree | ab0a3604895a242407676b915670b47be50112fa | |
| parent | 2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1 (diff) | |
| download | emacs-ffd04ed01fba0746b90b1798a03eae6cc4aab2e1.tar.gz emacs-ffd04ed01fba0746b90b1798a03eae6cc4aab2e1.zip | |
*** 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 @@ | |||
| 1 | #define AIX4_1 | 1 | #define AIX4_1 |
| 2 | 2 | ||
| 3 | #include "aix4.h" | 3 | #include "aix4.h" |
| 4 | |||
| 5 | /* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed. */ | ||
| 6 | #define SYSTEM_MALLOC | ||