From 642c364840fb39d6c5636efdcdacd6a812048b30 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Jul 1994 03:36:21 +0000 Subject: [PATCH] (BIG_ENDIAN): Don't redefine if defined. --- src/m/sparc.h | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.39.5