Mercurial > emacs
diff src/m/tek4300.h @ 7541:8b2dbe3b56e4
(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 May 1994 05:50:51 +0000 |
parents | 7242044549aa |
children | 32077649f1cf |
line wrap: on
line diff
--- a/src/m/tek4300.h Wed May 18 05:40:48 1994 +0000 +++ b/src/m/tek4300.h Wed May 18 05:50:51 1994 +0000 @@ -33,8 +33,7 @@ /* 68000 has lowest-numbered byte as most significant */ -/* This value matches the value the system gives it. */ -#define BIG_ENDIAN 4321 +#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. */