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