# HG changeset patch # User Richard M. Stallman # Date 745101763 0 # Node ID ea5521edfb75a8a31953dee1cc1c9c7189dcb61b # Parent a92eb4fb44b33adfdb376c035334b715c27cfe90 (BIG_ENDIAN): Don't define if already defined. diff -r a92eb4fb44b3 -r ea5521edfb75 src/m/ibmrs6000.h --- a/src/m/ibmrs6000.h Wed Aug 11 20:37:21 1993 +0000 +++ b/src/m/ibmrs6000.h Wed Aug 11 20:42:43 1993 +0000 @@ -34,7 +34,9 @@ /* 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. */