comparison src/m/dual.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
31 31
32 Works, as of 17.51. 32 Works, as of 17.51.
33 NOTE-END */ 33 NOTE-END */
34 34
35 35
36 /* The following three symbols give information on
37 the size of various data types. */
38
39 #define SHORTBITS 16 /* Number of bits in a short */
40
41 #define INTBITS 32 /* Number of bits in an int */
42
43 #define LONGBITS 32 /* Number of bits in a long */
44
45 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 36 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
46 is the most significant byte. */ 37 is the most significant byte. */
47 38
48 #define WORDS_BIG_ENDIAN 39 #define WORDS_BIG_ENDIAN
49 40