comparison src/m/sequent.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
26 Use -opsystem=bsd4-2, or -opsystem=bsd4-3 on newer systems. 26 Use -opsystem=bsd4-2, or -opsystem=bsd4-3 on newer systems.
27 NOTE-END */ 27 NOTE-END */
28 28
29 /* NOTE: this file works for DYNIX release 2.0 29 /* NOTE: this file works for DYNIX release 2.0
30 (not tested on 1.3) on NS32000's */ 30 (not tested on 1.3) on NS32000's */
31
32 /* The following three symbols give information on
33 the size of various data types. */
34
35 #define SHORTBITS 16 /* Number of bits in a short */
36
37 #define INTBITS 32 /* Number of bits in an int */
38
39 #define LONGBITS 32 /* Number of bits in a long */
40 31
41 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 32 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
42 is the most significant byte. */ 33 is the most significant byte. */
43 34
44 #undef WORDS_BIG_ENDIAN 35 #undef WORDS_BIG_ENDIAN