changeset 16132:ba4cdfac3349

(BITS_PER_EMACS_INT): New definition.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 18:53:32 +0000
parents b03afc4adc30
children 36566aa94b49
files src/m/alpha.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/alpha.h	Wed Sep 04 17:29:23 1996 +0000
+++ b/src/m/alpha.h	Wed Sep 04 18:53:32 1996 +0000
@@ -30,6 +30,7 @@
 */
 
 #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.  */