aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sps7.h
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-26 19:43:24 +0000
committerKarl Heuer <[email protected]>1994-09-26 19:43:24 +0000
commit74d3f80691e9510faa2b0b62d7b3e4a3cccac295 (patch)
treee08bf5943ed211545884da28dac38546a2686b94 /src/m/sps7.h
parente292536097e00610a9e9325a304bcadb69945388 (diff)
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Diffstat (limited to 'src/m/sps7.h')
-rw-r--r--src/m/sps7.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/sps7.h b/src/m/sps7.h
index 879c545e45..41ce42ba6d 100644
--- a/src/m/sps7.h
+++ b/src/m/sps7.h
@@ -31,6 +31,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. */
+
+#define WORDS_BIG_ENDIAN
+
/* Say this machine is a 68000 */
#ifndef m68000