diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-26 19:43:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-26 19:43:24 +0000 |
commit | 74d3f80691e9510faa2b0b62d7b3e4a3cccac295 (patch) | |
tree | e08bf5943ed211545884da28dac38546a2686b94 /src/m/irist.h | |
parent | e292536097e00610a9e9325a304bcadb69945388 (diff) | |
download | emacs-74d3f80691e9510faa2b0b62d7b3e4a3cccac295.tar.gz |
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Diffstat (limited to 'src/m/irist.h')
-rw-r--r-- | src/m/irist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/irist.h b/src/m/irist.h index 1a8f6222083..80f0b058857 100644 --- a/src/m/irist.h +++ b/src/m/irist.h @@ -65,6 +65,11 @@ NOTE-END */ #define LONGBITS 32 /* Number of bits in a long */ +/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word + is the most significant byte. */ + +#define WORDS_BIG_ENDIAN + /* Define NO_ARG_ARRAY if you cannot take the address of the first of a * group of arguments and treat it as an array of the arguments. */ |