From 13abef241fe6a8c267eeeecca309fcbcec85ad93 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Sep 1996 18:53:32 +0000 Subject: [PATCH] (BITS_PER_EMACS_INT): New definition. --- src/m/alpha.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/m/alpha.h b/src/m/alpha.h index b7eb78769e6..9c33475ebbf 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -30,6 +30,7 @@ NOTE-END */ #define BITS_PER_LONG 64 +#define BITS_PER_EMACS_INT 64 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ -- 2.39.2