]> git.eshelyaron.com Git - emacs.git/commitdiff
(BIG_ENDIAN): Don't redefine if defined.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Jul 1994 03:36:21 +0000 (03:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Jul 1994 03:36:21 +0000 (03:36 +0000)
src/m/sparc.h

index dde025563b660932cbfd254da9ec11f0de1da04d..184bdbc4f363cc3997eb2b647e06bf2b80986af4 100644 (file)
@@ -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.  */