summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-26 13:02:21 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-26 13:02:21 +0000
commit45595e0058df8e75f2bd2a67bf135eb90c35b5f9 (patch)
treeecc13197b7d2efa04cc444b878c647fa13c3d351 /src/m
parent3af5762efc46540aac70cee62338cacb625ac172 (diff)
(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
Diffstat (limited to 'src/m')
-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 */
#ifdef __arch64__ /* GCC, 64-bit ABI. */
#define BITS_PER_LONG 64
-#define BITS_PER_EMACS_INT 64
#ifndef _LP64
#define _LP64 /* Done on Alpha -- not sure if it
should be here. -- fx */