]> git.eshelyaron.com Git - emacs.git/commitdiff
(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
authorGerd Moellmann <gerd@gnu.org>
Tue, 26 Sep 2000 13:02:21 +0000 (13:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 26 Sep 2000 13:02:21 +0000 (13:02 +0000)
src/m/sparc.h

index b9ce56434ca81ca37306645e8881a0e38ea74165..7b708b954b53fea690b8f3760a34a6c30657c6ad 100644 (file)
@@ -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 */