]> git.eshelyaron.com Git - emacs.git/commitdiff
(BITS_PER_EMACS_INT): New definition.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 18:53:32 +0000 (18:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 18:53:32 +0000 (18:53 +0000)
src/m/alpha.h

index b7eb78769e664fbaebe4d605d93a55d5a0aa677f..9c33475ebbfeaff91e60d4ee513c5212e06d84c5 100644 (file)
@@ -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.  */