Mercurial > emacs
changeset 4568:ea5521edfb75
(BIG_ENDIAN): Don't define if already defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 20:42:43 +0000 |
parents | a92eb4fb44b3 |
children | 9ea563d584f4 |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Wed Aug 11 20:37:21 1993 +0000 +++ b/src/m/ibmrs6000.h Wed Aug 11 20:42:43 1993 +0000 @@ -34,7 +34,9 @@ /* Define BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ +#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. */