comparison src/m/tek4300.h @ 7541:8b2dbe3b56e4

(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 May 1994 05:50:51 +0000
parents 7242044549aa
children 32077649f1cf
comparison
equal deleted inserted replaced
7540:8ecd40fe3a65 7541:8b2dbe3b56e4
31 31
32 #define LONGBITS 32 /* Number of bits in a long */ 32 #define LONGBITS 32 /* Number of bits in a long */
33 33
34 /* 68000 has lowest-numbered byte as most significant */ 34 /* 68000 has lowest-numbered byte as most significant */
35 35
36 /* This value matches the value the system gives it. */ 36 #define WORDS_BIG_ENDIAN
37 #define BIG_ENDIAN 4321
38 37
39 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 38 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
40 * group of arguments and treat it as an array of the arguments. */ 39 * group of arguments and treat it as an array of the arguments. */
41 40
42 #undef NO_ARG_ARRAY 41 #undef NO_ARG_ARRAY