comparison src/m/gould.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
53 #define SHORTBITS 16 /* Number of bits in a short */ 53 #define SHORTBITS 16 /* Number of bits in a short */
54 54
55 #define INTBITS 32 /* Number of bits in an int */ 55 #define INTBITS 32 /* Number of bits in an int */
56 56
57 #define LONGBITS 32 /* Number of bits in a long */ 57 #define LONGBITS 32 /* Number of bits in a long */
58
59 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
60 is the most significant byte. */
61
62 #define WORDS_BIG_ENDIAN
58 63
59 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 64 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
60 * group of arguments and treat it as an array of the arguments. */ 65 * group of arguments and treat it as an array of the arguments. */
61 66
62 #define NO_ARG_ARRAY 67 #define NO_ARG_ARRAY