From: Gerd Moellmann Date: Tue, 26 Sep 2000 13:02:21 +0000 (+0000) Subject: (BITS_PER_EMACS_INT) [__arch64__]: Don't define. X-Git-Tag: emacs-pretest-21.0.90~1371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45595e0058df8e75f2bd2a67bf135eb90c35b5f9;p=emacs.git (BITS_PER_EMACS_INT) [__arch64__]: Don't define. --- 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 */