diff src/m/ibmrs6000.h @ 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 ea5521edfb75
children c3caa44eff82
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