aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-26 13:02:21 +0000
committerGerd Moellmann2000-09-26 13:02:21 +0000
commit45595e0058df8e75f2bd2a67bf135eb90c35b5f9 (patch)
treeecc13197b7d2efa04cc444b878c647fa13c3d351
parent3af5762efc46540aac70cee62338cacb625ac172 (diff)
downloademacs-45595e0058df8e75f2bd2a67bf135eb90c35b5f9.tar.gz
emacs-45595e0058df8e75f2bd2a67bf135eb90c35b5f9.zip
(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
-rw-r--r--src/m/sparc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index b9ce56434ca..7b708b954b5 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -106,7 +106,6 @@ NOTE-END */
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 */