comparison src/m/vax.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
61 61
62 /* Vax is not big-endian: lowest numbered byte is least significant. */ 62 /* Vax is not big-endian: lowest numbered byte is least significant. */
63 63
64 /* #undef BIG_ENDIAN */ 64 /* #undef BIG_ENDIAN */
65 65
66 /* Define how to take a char and sign-extend into an int.
67 On machines where char is signed, this is a no-op. */
68
69 #define SIGN_EXTEND_CHAR(c) (c)
70
71 /* #define vax -- appears to be done automatically */ 66 /* #define vax -- appears to be done automatically */
72 67
73 /* Use type int rather than a union, to represent Lisp_Object */ 68 /* Use type int rather than a union, to represent Lisp_Object */
74 69
75 #define NO_UNION_TYPE 70 #define NO_UNION_TYPE