]> git.eshelyaron.com Git - emacs.git/commitdiff
(BIG_ENDIAN): Don't actually define it.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Aug 1993 04:53:38 +0000 (04:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Aug 1993 04:53:38 +0000 (04:53 +0000)
src/m/ibmrs6000.h

index 805e63872c084399f206a0a680821fcb72606fff..9b26dd1913bbac1a0c86d0d8b16c2a7a5d9cee0b 100644 (file)
@@ -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
+/* 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