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