comparison src/m/altos.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
34 /* Vax is not big-endian: lowest numbered byte is least significant, 34 /* Vax is not big-endian: lowest numbered byte is least significant,
35 but 68000's are. */ 35 but 68000's are. */
36 36
37 #define BIG_ENDIAN 37 #define BIG_ENDIAN
38 38
39 /* Define how to take a char and sign-extend into an int.
40 On machines where char is signed, this is a no-op. */
41
42 #define SIGN_EXTEND_CHAR(c) (c)
43
44 #define EXPLICIT_SIGN_EXTEND 39 #define EXPLICIT_SIGN_EXTEND
45 40
46 /* Use type int rather than a union, to represent Lisp_Object */ 41 /* Use type int rather than a union, to represent Lisp_Object */
47 42
48 #define NO_UNION_TYPE 43 #define NO_UNION_TYPE