Mercurial > emacs
comparison src/m/orion.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="bsd4-2" */ | 23 USUAL-OPSYS="bsd4-2" */ |
24 | |
25 /* The following three symbols give information on | |
26 the size of various data types. */ | |
27 | |
28 #define SHORTBITS 16 /* Number of bits in a short */ | |
29 | |
30 #define INTBITS 32 /* Number of bits in an int */ | |
31 | |
32 #define LONGBITS 32 /* Number of bits in a long */ | |
33 | 24 |
34 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 25 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
35 is the most significant byte. */ | 26 is the most significant byte. */ |
36 | 27 |
37 #undef WORDS_BIG_ENDIAN | 28 #undef WORDS_BIG_ENDIAN |