1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(BITS_PER_EMACS_INT) [__arch64__]: Don't define.

This commit is contained in:
Gerd Moellmann 2000-09-26 13:02:21 +00:00
parent 3af5762efc
commit 45595e0058

View 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 */