From: Richard M. Stallman Date: Wed, 11 Aug 1993 20:42:43 +0000 (+0000) Subject: (BIG_ENDIAN): Don't define if already defined. X-Git-Tag: emacs-19.34~11283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc35af79cba6784bcd520e11545bf43240c016d9;p=emacs.git (BIG_ENDIAN): Don't define if already defined. --- diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 4988ca7f681..805e63872c0 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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. */