Mercurial > emacs
diff src/m/stride.h @ 9095:23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 26 Sep 1994 19:43:24 +0000 |
parents | 191acacfa1ec |
children | 1d4654a97585 |
line wrap: on
line diff
--- a/src/m/stride.h Mon Sep 26 18:14:29 1994 +0000 +++ b/src/m/stride.h Mon Sep 26 19:43:24 1994 +0000 @@ -31,6 +31,11 @@ #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. */