comparison src/m/mg1.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
38 #define SHORTBITS 16 /* Number of bits in a short */ 38 #define SHORTBITS 16 /* Number of bits in a short */
39 39
40 #define INTBITS 32 /* Number of bits in an int */ 40 #define INTBITS 32 /* Number of bits in an int */
41 41
42 #define LONGBITS 32 /* Number of bits in a long */ 42 #define LONGBITS 32 /* Number of bits in a long */
43
44 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
45 is the most significant byte. */
46
47 #undef WORDS_BIG_ENDIAN
43 48
44 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 49 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
45 * group of arguments and treat it as an array of the arguments. */ 50 * group of arguments and treat it as an array of the arguments. */
46 /* ns16000 call sequence used on mg1 means that &arg = the args as an array */ 51 /* ns16000 call sequence used on mg1 means that &arg = the args as an array */
47 #undef NO_ARG_ARRAY 52 #undef NO_ARG_ARRAY