From: Richard M. Stallman Date: Fri, 8 Jul 1994 03:36:21 +0000 (+0000) Subject: (BIG_ENDIAN): Don't redefine if defined. X-Git-Tag: emacs-19.34~7674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=642c364840fb39d6c5636efdcdacd6a812048b30;p=emacs.git (BIG_ENDIAN): Don't redefine if defined. --- diff --git a/src/m/sparc.h b/src/m/sparc.h index dde025563b6..184bdbc4f36 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -37,7 +37,9 @@ NOTE-END */ /* SPARC has lowest-numbered byte as most significant */ +#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. */