Mercurial > emacs
changeset 28647:2f596fe26c71
(_LP64) [!_LP64]: Define.
(ORDINARY_LINK): Define for NetBSD.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Apr 2000 14:32:35 +0000 |
parents | 61ea94b6ee1f |
children | 1c95170ff5f7 |
files | src/m/alpha.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/alpha.h Wed Apr 19 14:32:01 2000 +0000 +++ b/src/m/alpha.h Wed Apr 19 14:32:35 2000 +0000 @@ -31,6 +31,9 @@ #define BITS_PER_LONG 64 #define BITS_PER_EMACS_INT 64 +#ifndef _LP64 +#define _LP64 +#endif /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ @@ -153,7 +156,7 @@ # endif #endif -#if defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__OpenBSD__) #define ORDINARY_LINK #endif