From: Richard M. Stallman Date: Wed, 11 Aug 1993 04:49:27 +0000 (+0000) Subject: (BIG_ENDIAN): Provide a value that matches the system. X-Git-Tag: emacs-19.34~11305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=806f25b218550af98322fefbf3786bdfe45e6ef2;p=emacs.git (BIG_ENDIAN): Provide a value that matches the system. --- 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. */