From 74d3f80691e9510faa2b0b62d7b3e4a3cccac295 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 26 Sep 1994 19:43:24 +0000 Subject: (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN. --- src/m/orion105.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/m/orion105.h') diff --git a/src/m/orion105.h b/src/m/orion105.h index 56e8edae04..1aa58fb74b 100644 --- a/src/m/orion105.h +++ b/src/m/orion105.h @@ -32,6 +32,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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. */ + +#undef 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. */ -- cgit v1.2.3