aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-12 04:53:38 +0000
committerRichard M. Stallman1993-08-12 04:53:38 +0000
commitc45a32d4593680e1f6510d6821b05142ecdb0328 (patch)
tree4ed3cef0ad4b0b196daa5b2e7776203b9ac014f8 /src/m
parentd14144268cb5b23932bb788ea4ce9ee217a2f1d3 (diff)
downloademacs-c45a32d4593680e1f6510d6821b05142ecdb0328.tar.gz
emacs-c45a32d4593680e1f6510d6821b05142ecdb0328.zip
(BIG_ENDIAN): Don't actually define it.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibmrs6000.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 805e63872c0..9b26dd1913b 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. */
34/* Define BIG_ENDIAN iff lowest-numbered byte in a word 34/* Define BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */ 35 is the most significant byte. */
36 36
37#ifndef BIG_ENDIAN 37/* This conflicts with something in the system headers,
38 and isn't currently used, since NO_UNION_TYPE is defined. */
39#if 0
38#define BIG_ENDIAN 40#define BIG_ENDIAN
39#endif 41#endif
40 42