comparison src/m/amdahl.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
35 #define SHORTBITS 16 /* Number of bits in a short */ 35 #define SHORTBITS 16 /* Number of bits in a short */
36 36
37 #define INTBITS 32 /* Number of bits in an int */ 37 #define INTBITS 32 /* Number of bits in an int */
38 38
39 #define LONGBITS 32 /* Number of bits in a long */ 39 #define LONGBITS 32 /* Number of bits in a long */
40
41 /* Define BIG_ENDIAN iff lowest-numbered byte in a word
42 is the most significant byte. */
43
44 #define BIG_ENDIAN
45 40
46 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 41 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
47 * group of arguments and treat it as an array of the arguments. */ 42 * group of arguments and treat it as an array of the arguments. */
48 43
49 #undef NO_ARG_ARRAY 44 #undef NO_ARG_ARRAY