From: Richard M. Stallman Date: Wed, 4 Sep 1996 18:53:32 +0000 (+0000) Subject: (BITS_PER_EMACS_INT): New definition. X-Git-Tag: emacs-20.1~3812 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13abef241fe6a8c267eeeecca309fcbcec85ad93;p=emacs.git (BITS_PER_EMACS_INT): New definition. --- 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. */