comparison src/m/hp9000s300.h @ 13374:1d4654a97585

(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 17:20:16 +0000
parents 23f72b18b420
children ee40177f6c68
comparison
equal deleted inserted replaced
13373:c2eff18fae26 13374:1d4654a97585
54 54
55 /* Define this symbol if you are running a version of HP-UX 55 /* Define this symbol if you are running a version of HP-UX
56 which predates version 6.01 */ 56 which predates version 6.01 */
57 57
58 /* #define HPUX_5 */ 58 /* #define HPUX_5 */
59
60 /* The following three symbols give information on
61 the size of various data types. */
62
63 #define SHORTBITS 16 /* Number of bits in a short */
64
65 #define INTBITS 32 /* Number of bits in an int */
66
67 #define LONGBITS 32 /* Number of bits in a long */
68 59
69 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 60 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
70 is the most significant byte. */ 61 is the most significant byte. */
71 62
72 #define WORDS_BIG_ENDIAN 63 #define WORDS_BIG_ENDIAN