diff options
Diffstat (limited to 'src/m/amdahl.h')
-rw-r--r-- | src/m/amdahl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/amdahl.h b/src/m/amdahl.h index 00821596c2d..e91bb39f0f8 100644 --- a/src/m/amdahl.h +++ b/src/m/amdahl.h @@ -38,6 +38,11 @@ compiler is so brain damaged that it is not even worth trying to use it. #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 + /* 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. */ |