comparison src/m/ns32000.h @ 9095:23f72b18b420

(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Sep 1994 19:43:24 +0000
parents 191acacfa1ec
children 1d4654a97585
comparison
equal deleted inserted replaced
9094:39a13b869d66 9095:23f72b18b420
29 #define SHORTBITS 16 /* Number of bits in a short */ 29 #define SHORTBITS 16 /* Number of bits in a short */
30 30
31 #define INTBITS 32 /* Number of bits in an int */ 31 #define INTBITS 32 /* Number of bits in an int */
32 32
33 #define LONGBITS 32 /* Number of bits in a long */ 33 #define LONGBITS 32 /* Number of bits in a long */
34
35 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */
37
38 #undef WORDS_BIG_ENDIAN
34 39
35 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 40 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
36 * group of arguments and treat it as an array of the arguments. */ 41 * group of arguments and treat it as an array of the arguments. */
37 42
38 /* #define NO_ARG_ARRAY */ 43 /* #define NO_ARG_ARRAY */