comparison src/m/intel386.h @ 13365:2cd15d90fec6

(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h Used new names for those macros in all references.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 05:22:28 +0000
parents f270ad11be9c
children ee40177f6c68
comparison
equal deleted inserted replaced
13364:a568560d232f 13365:2cd15d90fec6
45 45
46 Prime EXL (-machine=intel386 -opsystem=usg5-3) 46 Prime EXL (-machine=intel386 -opsystem=usg5-3)
47 47
48 Minor changes merged in 19.1. 48 Minor changes merged in 19.1.
49 NOTE-END */ 49 NOTE-END */
50
51 /* The following three symbols give information on
52 the size of various data types. */
53
54
55 /* Linux defines these in <values.h>, but they can't be used in #if's.
56 #include it now so we know we've overridden it once and for all. */
57 #ifdef linux
58 #include <values.h>
59 #undef SHORTBITS
60 #undef INTBITS
61 #undef LONGBITS
62 #endif
63
64 #define SHORTBITS 16 /* Number of bits in a short */
65
66 #define INTBITS 32 /* Number of bits in an int */
67
68 #define LONGBITS 32 /* Number of bits in a long */
69 50
70 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 51 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
71 is the most significant byte. */ 52 is the most significant byte. */
72 53
73 #undef WORDS_BIG_ENDIAN 54 #undef WORDS_BIG_ENDIAN