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