comparison src/m/tahoe.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
24 24
25 NOTE-START 25 NOTE-START
26 Use -opsystem=bsd4-2 or -opsystem=bsd4-3, depending on the version of 26 Use -opsystem=bsd4-2 or -opsystem=bsd4-3, depending on the version of
27 Berkeley you are running. 27 Berkeley you are running.
28 NOTE-END */ 28 NOTE-END */
29
30 /* The following three symbols give information on
31 the size of various data types. */
32
33 #define SHORTBITS 16 /* Number of bits in a short */
34
35 #define INTBITS 32 /* Number of bits in an int */
36
37 #define LONGBITS 32 /* Number of bits in a long */
38 29
39 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 30 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
40 is the most significant byte. */ 31 is the most significant byte. */
41 32
42 #define WORDS_BIG_ENDIAN 33 #define WORDS_BIG_ENDIAN