diff options
| author | Gerd Moellmann | 2000-04-19 14:32:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-19 14:32:35 +0000 |
| commit | 2eca7f4d65dfc8133a4a12c2c62b9db6585ad5b7 (patch) | |
| tree | ebe25db8e694a1f235d339615852b4637342a627 /src | |
| parent | 69e82333d0bc170951acffdd885bc3bd2545f0a4 (diff) | |
| download | emacs-2eca7f4d65dfc8133a4a12c2c62b9db6585ad5b7.tar.gz emacs-2eca7f4d65dfc8133a4a12c2c62b9db6585ad5b7.zip | |
(_LP64) [!_LP64]: Define.
(ORDINARY_LINK): Define for NetBSD.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 53e4d51c939..c0ade7dc060 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -31,6 +31,9 @@ NOTE-END | |||
| 31 | 31 | ||
| 32 | #define BITS_PER_LONG 64 | 32 | #define BITS_PER_LONG 64 |
| 33 | #define BITS_PER_EMACS_INT 64 | 33 | #define BITS_PER_EMACS_INT 64 |
| 34 | #ifndef _LP64 | ||
| 35 | #define _LP64 | ||
| 36 | #endif | ||
| 34 | 37 | ||
| 35 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 38 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
| 36 | is the most significant byte. */ | 39 | is the most significant byte. */ |
| @@ -153,7 +156,7 @@ NOTE-END | |||
| 153 | # endif | 156 | # endif |
| 154 | #endif | 157 | #endif |
| 155 | 158 | ||
| 156 | #if defined(__NetBSD__) || defined(__OpenBSD__) | 159 | #if defined(__OpenBSD__) |
| 157 | #define ORDINARY_LINK | 160 | #define ORDINARY_LINK |
| 158 | #endif | 161 | #endif |
| 159 | 162 | ||