diff options
| author | Dave Love | 1999-09-06 16:06:14 +0000 |
|---|---|---|
| committer | Dave Love | 1999-09-06 16:06:14 +0000 |
| commit | 96fe2598015660a01a204b83d490772dd8fe81dd (patch) | |
| tree | 1769b75450f1dd5125193d9e6ea0903e10b49dec /src | |
| parent | 317f4819a40a3a047e97a28be4ee8fb8a5d3170c (diff) | |
| download | emacs-96fe2598015660a01a204b83d490772dd8fe81dd.tar.gz emacs-96fe2598015660a01a204b83d490772dd8fe81dd.zip | |
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
* s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 4ed32fbcfbe..ab82ae0d3a0 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -227,3 +227,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 227 | 227 | ||
| 228 | /* AIX 3.1 has the HFT features. */ | 228 | /* AIX 3.1 has the HFT features. */ |
| 229 | #define AIXHFT | 229 | #define AIXHFT |
| 230 | |||
| 231 | /* For unexaix.c. */ | ||
| 232 | #define ALIGN_DATA_RELOC | ||
| 233 | |||