summaryrefslogtreecommitdiff
path: root/src/m/intel386.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-26 19:43:24 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-26 19:43:24 +0000
commit10b9dba2f7c0c825d48bdcded92ba04c2258851b (patch)
tree834649e62221c468b85f07d82bdbacbdf4e699bc /src/m/intel386.h
parent97b260aea3f6688d06ca5a30d975477faa8be48f (diff)
downloademacs-10b9dba2f7c0c825d48bdcded92ba04c2258851b.tar.gz
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index d84a3838849..8e637455633 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -63,6 +63,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. */
+
+#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. */