# HG changeset patch # User Gerd Moellmann # Date 956154755 0 # Node ID 2f596fe26c7123fc2ed42782cdb2ee39ec230c88 # Parent 61ea94b6ee1fec1a715c0a94a19b891478c72c98 (_LP64) [!_LP64]: Define. (ORDINARY_LINK): Define for NetBSD. diff -r 61ea94b6ee1f -r 2f596fe26c71 src/m/alpha.h --- 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