# HG changeset patch # User Richard M. Stallman # Date 769240251 0 # Node ID 8b2dbe3b56e40778d4c93e649f8b050cdd4d6553 # Parent 8ecd40fe3a65e706e4fcc0e914924b0776089d62 (WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN. diff -r 8ecd40fe3a65 -r 8b2dbe3b56e4 src/m/tek4300.h --- a/src/m/tek4300.h Wed May 18 05:40:48 1994 +0000 +++ b/src/m/tek4300.h Wed May 18 05:50:51 1994 +0000 @@ -33,8 +33,7 @@ /* 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. */