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