# HG changeset patch # User Richard M. Stallman # Date 745044567 0 # Node ID c796b27ae64dddcfa2d3e530c1763c9a0098e8c8 # Parent 7642b50e5bb83034ceca6356aa03b5c7874a01e7 (BIG_ENDIAN): Provide a value that matches the system. diff -r 7642b50e5bb8 -r c796b27ae64d src/m/tek4300.h --- a/src/m/tek4300.h Wed Aug 11 04:47:56 1993 +0000 +++ b/src/m/tek4300.h Wed Aug 11 04:49:27 1993 +0000 @@ -33,7 +33,8 @@ /* 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. */