From 45595e0058df8e75f2bd2a67bf135eb90c35b5f9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Sep 2000 13:02:21 +0000 Subject: [PATCH] (BITS_PER_EMACS_INT) [__arch64__]: Don't define. --- src/m/sparc.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5