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

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents c0335c02f1d7
children 507f64624555
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
49 49
50 /* 68000 has lowest-numbered byte as most significant */ 50 /* 68000 has lowest-numbered byte as most significant */
51 51
52 #define BIG_ENDIAN 52 #define BIG_ENDIAN
53 53
54 /* Define how to take a char and sign-extend into an int.
55 On machines where char is signed, this is a no-op. */
56
57 #define SIGN_EXTEND_CHAR(c) (c)
58
59 /* Say this machine is a 68000 */ 54 /* Say this machine is a 68000 */
60 55
61 #define m68000 56 #define m68000
62 57
63 /* Use type int rather than a union, to represent Lisp_Object */ 58 /* Use type int rather than a union, to represent Lisp_Object */