From: Richard M. Stallman Date: Wed, 18 May 1994 05:50:51 +0000 (+0000) Subject: (WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN. X-Git-Tag: emacs-19.34~8312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83dcaada849b9882caacdc96204f6c04d787d9b7;p=emacs.git (WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN. --- diff --git a/src/m/tek4300.h b/src/m/tek4300.h index d91a77c7d39..44dd64fd445 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -33,8 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 68000 has lowest-numbered byte as most significant */ -/* This value matches the value the system gives it. */ -#define BIG_ENDIAN 4321 +#define WORDS_BIG_ENDIAN /* 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. */