summaryrefslogtreecommitdiff
path: root/src/m/sequent.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/sequent.h
parent97b260aea3f6688d06ca5a30d975477faa8be48f (diff)
downloademacs-10b9dba2f7c0c825d48bdcded92ba04c2258851b.tar.gz
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Diffstat (limited to 'src/m/sequent.h')
-rw-r--r--src/m/sequent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/sequent.h b/src/m/sequent.h
index 9b6c205a36c..08d6acfe7a1 100644
--- a/src/m/sequent.h
+++ b/src/m/sequent.h
@@ -38,6 +38,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. */