comparison src/m/sps7.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents c0335c02f1d7
children 6c044c8796dd
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
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 */ 34 /* 68000 has lowest-numbered byte as most significant */
35 35
36 #define BIG_ENDIAN 36 #define BIG_ENDIAN
37
38 /* Define how to take a char and sign-extend into an int.
39 On machines where char is signed, this is a no-op. */
40
41 #define SIGN_EXTEND_CHAR(c) (c)
42 37
43 /* Say this machine is a 68000 */ 38 /* Say this machine is a 68000 */
44 39
45 #ifndef m68000 40 #ifndef m68000
46 #define m68000 41 #define m68000