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