Mercurial > emacs
changeset 4581:0cca18841c6d
(BIG_ENDIAN): Don't actually define it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Aug 1993 04:53:38 +0000 |
parents | 250f9c22ef74 |
children | 7b665693054c |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Thu Aug 12 03:36:56 1993 +0000 +++ b/src/m/ibmrs6000.h Thu Aug 12 04:53:38 1993 +0000 @@ -34,7 +34,9 @@ /* Define BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ -#ifndef BIG_ENDIAN +/* This conflicts with something in the system headers, + and isn't currently used, since NO_UNION_TYPE is defined. */ +#if 0 #define BIG_ENDIAN #endif