diff options
Diffstat (limited to 'src/m/acorn.h')
-rw-r--r-- | src/m/acorn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/acorn.h b/src/m/acorn.h index bd4c7ae4c7a..48550172cd5 100644 --- a/src/m/acorn.h +++ b/src/m/acorn.h @@ -28,10 +28,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LONGBITS 32 /* Number of bits in a long */ -/* Define BIG_ENDIAN iff lowest-numbered byte in a word +/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ -#undef BIG_ENDIAN +#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. We can't |