aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 04:49:27 +0000
committerRichard M. Stallman1993-08-11 04:49:27 +0000
commit806f25b218550af98322fefbf3786bdfe45e6ef2 (patch)
treeb90b98fc24c287aad62eee43704e5e52db8899f9 /src/m
parent31ba73cb9db4f9cb830f03817c8c486867a75fc0 (diff)
downloademacs-806f25b218550af98322fefbf3786bdfe45e6ef2.tar.gz
emacs-806f25b218550af98322fefbf3786bdfe45e6ef2.zip
(BIG_ENDIAN): Provide a value that matches the system.
Diffstat (limited to 'src/m')
-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. */
33 33
34/* 68000 has lowest-numbered byte as most significant */ 34/* 68000 has lowest-numbered byte as most significant */
35 35
36#define BIG_ENDIAN 36/* This value matches the value the system gives it. */
37#define BIG_ENDIAN 4321
37 38
38/* Define NO_ARG_ARRAY if you cannot take the address of the first of a 39/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
39 * group of arguments and treat it as an array of the arguments. */ 40 * group of arguments and treat it as an array of the arguments. */