Mercurial > emacs
changeset 4546:c796b27ae64d
(BIG_ENDIAN): Provide a value that matches the system.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 04:49:27 +0000 |
parents | 7642b50e5bb8 |
children | 3bd8248cc191 |
files | src/m/tek4300.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/tek4300.h Wed Aug 11 04:47:56 1993 +0000 +++ b/src/m/tek4300.h Wed Aug 11 04:49:27 1993 +0000 @@ -33,7 +33,8 @@ /* 68000 has lowest-numbered byte as most significant */ -#define BIG_ENDIAN +/* This value matches the value the system gives it. */ +#define BIG_ENDIAN 4321 /* 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. */