summaryrefslogtreecommitdiff
path: root/src/m/tek4300.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-11 04:49:27 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-11 04:49:27 +0000
commitf69aa4c70caddbcd793a359ab193b76c241631a5 (patch)
tree4eed2b71dc3c10a7995312d2300be4b33e270dfe /src/m/tek4300.h
parent0b8e8aec70ab42ff8e094e19cb89d328b0512ef3 (diff)
downloademacs-f69aa4c70caddbcd793a359ab193b76c241631a5.tar.gz
(BIG_ENDIAN): Provide a value that matches the system.
Diffstat (limited to 'src/m/tek4300.h')
-rw-r--r--src/m/tek4300.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/m/tek4300.h b/src/m/tek4300.h
index 5d1eaac0404..59acacb8f54 100644
--- a/src/m/tek4300.h
+++ b/src/m/tek4300.h
@@ -33,7 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 68000 has lowest-numbered byte as most significant */
-#define BIG_ENDIAN
+/* This value matches the value the system gives it. */
+#define BIG_ENDIAN 4321
/* 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. */