comparison src/m/ibmps2-aix.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
25 NOTE-START 25 NOTE-START
26 Use -opsystem=usg5-3 on AIX 1.2. 26 Use -opsystem=usg5-3 on AIX 1.2.
27 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not 27 -opsystem=usg5-2-2 should work on either AIX 1.1 or 1.2, but may not
28 work with certain new X window managers, and may be suboptimal. 28 work with certain new X window managers, and may be suboptimal.
29 NOTE-END */ 29 NOTE-END */
30
31 /* The following three symbols give information on
32 the size of various data types. */
33
34 #define SHORTBITS 16 /* Number of bits in a short */
35
36 #define INTBITS 32 /* Number of bits in an int */
37
38 #define LONGBITS 32 /* Number of bits in a long */
39 30
40 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 31 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
41 is the most significant byte. */ 32 is the most significant byte. */
42 33
43 #undef WORDS_BIG_ENDIAN 34 #undef WORDS_BIG_ENDIAN