comparison src/m/ns16000.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
34 #define SHORTBITS 16 /* Number of bits in a short */ 34 #define SHORTBITS 16 /* Number of bits in a short */
35 35
36 #define INTBITS 32 /* Number of bits in an int */ 36 #define INTBITS 32 /* Number of bits in an int */
37 37
38 #define LONGBITS 32 /* Number of bits in a long */ 38 #define LONGBITS 32 /* Number of bits in a long */
39
40 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */
42
43 #undef WORDS_BIG_ENDIAN
39 44
40 /* Say this machine is a 16000 */ 45 /* Say this machine is a 16000 */
41 46
42 #define ns16000 1 47 #define ns16000 1
43 48