comparison src/m/isi-ov.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents c0335c02f1d7
children 7be0f0a02725
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
38 #define LONGBITS 32 /* Number of bits in a long */ 38 #define LONGBITS 32 /* Number of bits in a long */
39 39
40 /* 68000 has lowest-numbered byte as most significant */ 40 /* 68000 has lowest-numbered byte as most significant */
41 41
42 #define BIG_ENDIAN 42 #define BIG_ENDIAN
43
44 /* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47 #define SIGN_EXTEND_CHAR(c) (c)
48 43
49 /* Say this machine is a 68000 */ 44 /* Say this machine is a 68000 */
50 45
51 #define m68000 46 #define m68000
52 47