Mercurial > emacs
comparison src/m/orion.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 |
---|---|
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 #undef BIG_ENDIAN | |
38 | 33 |
39 /* Now define a symbol for the cpu type, if your compiler | 34 /* Now define a symbol for the cpu type, if your compiler |
40 does not define it automatically. */ | 35 does not define it automatically. */ |
41 | 36 |
42 #ifndef orion | 37 #ifndef orion |