comparison src/m/cnvrgnt.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 7be0f0a02725
children 23f72b18b420
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
24 #define SHORTBITS 16 /* Number of bits in a short */ 24 #define SHORTBITS 16 /* Number of bits in a short */
25 25
26 #define INTBITS 32 /* Number of bits in an int */ 26 #define INTBITS 32 /* Number of bits in an int */
27 27
28 #define LONGBITS 32 /* Number of bits in a long */ 28 #define LONGBITS 32 /* Number of bits in a long */
29
30 /* Define BIG_ENDIAN iff lowest-numbered byte in a word
31 is the most significant byte. */
32
33 #define BIG_ENDIAN
34 29
35 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
36 * group of arguments and treat it as an array of the arguments. */ 31 * group of arguments and treat it as an array of the arguments. */
37 32
38 /* #define NO_ARG_ARRAY */ 33 /* #define NO_ARG_ARRAY */