]> git.eshelyaron.com Git - emacs.git/commitdiff
(_LP64) [!_LP64]: Define.
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 14:32:35 +0000 (14:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 14:32:35 +0000 (14:32 +0000)
(ORDINARY_LINK): Define for NetBSD.

src/m/alpha.h

index 53e4d51c93933b70931a5425a14ba7fc33169255..c0ade7dc06008a3486fba6e4950a2c89ee0e55a5 100644 (file)
@@ -31,6 +31,9 @@ NOTE-END
 
 #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 @@ NOTE-END
 # endif
 #endif
 
-#if defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__OpenBSD__)
 #define ORDINARY_LINK
 #endif