aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sun2.h
diff options
context:
space:
mode:
authorKarl Heuer1994-09-26 19:43:24 +0000
committerKarl Heuer1994-09-26 19:43:24 +0000
commit74d3f80691e9510faa2b0b62d7b3e4a3cccac295 (patch)
treee08bf5943ed211545884da28dac38546a2686b94 /src/m/sun2.h
parente292536097e00610a9e9325a304bcadb69945388 (diff)
downloademacs-74d3f80691e9510faa2b0b62d7b3e4a3cccac295.tar.gz
emacs-74d3f80691e9510faa2b0b62d7b3e4a3cccac295.zip
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Diffstat (limited to 'src/m/sun2.h')
-rw-r--r--src/m/sun2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/sun2.h b/src/m/sun2.h
index 7dd6bfff469..fcffcd156d7 100644
--- a/src/m/sun2.h
+++ b/src/m/sun2.h
@@ -49,6 +49,11 @@ NOTE-END */
49 49
50#define LONGBITS 32 /* Number of bits in a long */ 50#define LONGBITS 32 /* Number of bits in a long */
51 51
52/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
53 is the most significant byte. */
54
55#define WORDS_BIG_ENDIAN
56
52/* Say this machine is a 68000 */ 57/* Say this machine is a 68000 */
53 58
54#ifndef m68000 59#ifndef m68000