Mercurial > emacs
changeset 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 | dedc24a9f752 |
children | b786c3535d32 |
files | src/m/sparc.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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 */