diff options
Diffstat (limited to 'src/m/sun1.h')
-rw-r--r-- | src/m/sun1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/sun1.h b/src/m/sun1.h index 9760bda2f98..46cdf069ac2 100644 --- a/src/m/sun1.h +++ b/src/m/sun1.h @@ -47,6 +47,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. */ + +#define WORDS_BIG_ENDIAN + /* Say this machine is a 68000 */ #define m68000 |