diff options
| author | Richard M. Stallman | 1996-09-04 18:53:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-04 18:53:32 +0000 |
| commit | 13abef241fe6a8c267eeeecca309fcbcec85ad93 (patch) | |
| tree | 813fb437ddebc4c3fa75496af39fd0b583a8d0c0 /src | |
| parent | 64757025620e8cb879f903ffae98afef30715427 (diff) | |
| download | emacs-13abef241fe6a8c267eeeecca309fcbcec85ad93.tar.gz emacs-13abef241fe6a8c267eeeecca309fcbcec85ad93.zip | |
(BITS_PER_EMACS_INT): New definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 30 | */ | 30 | */ |
| 31 | 31 | ||
| 32 | #define BITS_PER_LONG 64 | 32 | #define BITS_PER_LONG 64 |
| 33 | #define BITS_PER_EMACS_INT 64 | ||
| 33 | 34 | ||
| 34 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 35 | /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
| 35 | is the most significant byte. */ | 36 | is the most significant byte. */ |