aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-08 03:36:21 +0000
committerRichard M. Stallman1994-07-08 03:36:21 +0000
commit642c364840fb39d6c5636efdcdacd6a812048b30 (patch)
treec038de3d2b594e272c65c3c9d109a9f98e96eec6 /src
parentb9cb44e12293247e9088c198c28376a4fd923141 (diff)
downloademacs-642c364840fb39d6c5636efdcdacd6a812048b30.tar.gz
emacs-642c364840fb39d6c5636efdcdacd6a812048b30.zip
(BIG_ENDIAN): Don't redefine if defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/sparc.h2
1 files changed, 2 insertions, 0 deletions
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 */
37 37
38/* SPARC has lowest-numbered byte as most significant */ 38/* SPARC has lowest-numbered byte as most significant */
39 39
40#ifndef BIG_ENDIAN
40#define BIG_ENDIAN 41#define BIG_ENDIAN
42#endif
41 43
42/* Define NO_ARG_ARRAY if you cannot take the address of the first of a 44/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
43 * group of arguments and treat it as an array of the arguments. */ 45 * group of arguments and treat it as an array of the arguments. */