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