comparison src/m/mega68.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
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 33
34 /* 68000 has lowest-numbered byte as most significant */
35
36 #define BIG_ENDIAN
37
38 /* XINT must explicitly sign-extend */ 34 /* XINT must explicitly sign-extend */
39 35
40 #define EXPLICIT_SIGN_EXTEND 36 #define EXPLICIT_SIGN_EXTEND
41 37
42 /* Say this machine is a 68000 */ 38 /* Say this machine is a 68000 */