]> git.eshelyaron.com Git - emacs.git/commitdiff
(WORDS_BIG_ENDIAN): Don't define if little endian.
authorDave Love <fx@gnu.org>
Sun, 8 Dec 2002 18:35:47 +0000 (18:35 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Dec 2002 18:35:47 +0000 (18:35 +0000)
src/m/mips.h

index cfa96f61e7b3e10b2044fc560bea1da9bf631a11..e2c023686aa2cf201884140afbc4cf33c86b3285 100644 (file)
@@ -31,7 +31,9 @@ NOTE-END  */
 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
 
+#if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL))
 #define WORDS_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.  */