Mercurial > emacs
changeset 8179:87749666b68b
(BIG_ENDIAN): Don't redefine if defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 08 Jul 1994 03:36:21 +0000 |
parents | bd5b4c5dda7f |
children | c98f9acb71e3 |
files | src/m/sparc.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/sparc.h Thu Jul 07 21:06:41 1994 +0000 +++ b/src/m/sparc.h Fri Jul 08 03:36:21 1994 +0000 @@ -37,7 +37,9 @@ /* SPARC has lowest-numbered byte as most significant */ +#ifndef BIG_ENDIAN #define BIG_ENDIAN +#endif /* 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. */