comparison src/m/vax.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
47 47
48 18.36 believed to work. Addition of features is necessary to make 48 18.36 believed to work. Addition of features is necessary to make
49 this Emacs version more usable. 49 this Emacs version more usable.
50 50
51 NOTE-END */ 51 NOTE-END */
52
53 /* The following three symbols give information on
54 the size of various data types. */
55
56 #define SHORTBITS 16 /* Number of bits in a short */
57
58 #define INTBITS 32 /* Number of bits in an int */
59
60 #define LONGBITS 32 /* Number of bits in a long */
61 52
62 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 53 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
63 is the most significant byte. */ 54 is the most significant byte. */
64 55
65 #undef WORDS_BIG_ENDIAN 56 #undef WORDS_BIG_ENDIAN