comparison src/m/hp9000s300.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
63 #define SHORTBITS 16 /* Number of bits in a short */ 63 #define SHORTBITS 16 /* Number of bits in a short */
64 64
65 #define INTBITS 32 /* Number of bits in an int */ 65 #define INTBITS 32 /* Number of bits in an int */
66 66
67 #define LONGBITS 32 /* Number of bits in a long */ 67 #define LONGBITS 32 /* Number of bits in a long */
68
69 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
70 is the most significant byte. */
71
72 #define WORDS_BIG_ENDIAN
68 73
69 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 74 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
70 * group of arguments and treat it as an array of the arguments. */ 75 * group of arguments and treat it as an array of the arguments. */
71 76
72 /* #define NO_ARG_ARRAY */ 77 /* #define NO_ARG_ARRAY */