comparison src/m/sparc.h @ 31906:d3866cec14e8

(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 13:02:21 +0000
parents 42a7a2149c68
children 4be8406ebef9 2ec9bfb8adbc
comparison
equal deleted inserted replaced
31905:dedc24a9f752 31906:d3866cec14e8
104 104
105 #endif /* not __NetBSD__ and not __linux__ and not __OpenBSD__ */ 105 #endif /* not __NetBSD__ and not __linux__ and not __OpenBSD__ */
106 106
107 #ifdef __arch64__ /* GCC, 64-bit ABI. */ 107 #ifdef __arch64__ /* GCC, 64-bit ABI. */
108 #define BITS_PER_LONG 64 108 #define BITS_PER_LONG 64
109 #define BITS_PER_EMACS_INT 64
110 #ifndef _LP64 109 #ifndef _LP64
111 #define _LP64 /* Done on Alpha -- not sure if it 110 #define _LP64 /* Done on Alpha -- not sure if it
112 should be here. -- fx */ 111 should be here. -- fx */
113 #endif 112 #endif
114 #endif 113 #endif