diff 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
line wrap: on
line diff
--- a/src/m/sparc.h	Tue Sep 26 13:01:57 2000 +0000
+++ b/src/m/sparc.h	Tue Sep 26 13:02:21 2000 +0000
@@ -106,7 +106,6 @@
 
 #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 */