comparison src/m/cnvrgnt.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
24 #define SHORTBITS 16 /* Number of bits in a short */ 24 #define SHORTBITS 16 /* Number of bits in a short */
25 25
26 #define INTBITS 32 /* Number of bits in an int */ 26 #define INTBITS 32 /* Number of bits in an int */
27 27
28 #define LONGBITS 32 /* Number of bits in a long */ 28 #define LONGBITS 32 /* Number of bits in a long */
29
30 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */
32
33 #define WORDS_BIG_ENDIAN
29 34
30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 35 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
31 * group of arguments and treat it as an array of the arguments. */ 36 * group of arguments and treat it as an array of the arguments. */
32 37
33 /* #define NO_ARG_ARRAY */ 38 /* #define NO_ARG_ARRAY */