comparison src/m/delta88k.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
19 19
20 20
21 /* The following line tells the configuration script what sort of 21 /* The following line tells the configuration script what sort of
22 operating system this machine is likely to run. 22 operating system this machine is likely to run.
23 USUAL-OPSYS="usg5-3" */ 23 USUAL-OPSYS="usg5-3" */
24
25 /* The following three symbols give information on
26 the size of various data types. */
27
28
29 #define SHORTBITS 16 /* Number of bits in a short */
30
31 #define INTBITS 32 /* Number of bits in an int */
32
33 #define LONGBITS 32 /* Number of bits in a long */
34 24
35 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 25 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
36 is the most significant byte. */ 26 is the most significant byte. */
37 27
38 #define WORDS_BIG_ENDIAN 28 #define WORDS_BIG_ENDIAN