comparison src/m/intel386.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 bb44f0c88ec2
comparison
equal deleted inserted replaced
9094:39a13b869d66 9095:23f72b18b420
60 #define SHORTBITS 16 /* Number of bits in a short */ 60 #define SHORTBITS 16 /* Number of bits in a short */
61 61
62 #define INTBITS 32 /* Number of bits in an int */ 62 #define INTBITS 32 /* Number of bits in an int */
63 63
64 #define LONGBITS 32 /* Number of bits in a long */ 64 #define LONGBITS 32 /* Number of bits in a long */
65
66 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
67 is the most significant byte. */
68
69 #undef WORDS_BIG_ENDIAN
65 70
66 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 71 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
67 * group of arguments and treat it as an array of the arguments. */ 72 * group of arguments and treat it as an array of the arguments. */
68 73
69 /* #define NO_ARG_ARRAY */ 74 /* #define NO_ARG_ARRAY */