comparison src/m/delta.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 1a498b87fdbd
comparison
equal deleted inserted replaced
9094:39a13b869d66 9095:23f72b18b420
30 #define SHORTBITS 16 /* Number of bits in a short */ 30 #define SHORTBITS 16 /* Number of bits in a short */
31 31
32 #define INTBITS 32 /* Number of bits in an int */ 32 #define INTBITS 32 /* Number of bits in an int */
33 33
34 #define LONGBITS 32 /* Number of bits in a long */ 34 #define LONGBITS 32 /* Number of bits in a long */
35
36 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
37 is the most significant byte. */
38
39 #define WORDS_BIG_ENDIAN
35 40
36 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 41 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
37 * group of arguments and treat it as an array of the arguments. */ 42 * group of arguments and treat it as an array of the arguments. */
38 43
39 /* #define NO_ARG_ARRAY */ 44 /* #define NO_ARG_ARRAY */