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

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents bd5346b8a486
children 7be0f0a02725
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
46 46
47 /* Define WORD_MACHINE if addresses and such have 47 /* Define WORD_MACHINE if addresses and such have
48 * to be corrected before they can be used as byte counts. */ 48 * to be corrected before they can be used as byte counts. */
49 49
50 /*#define WORD_MACHINE */ 50 /*#define WORD_MACHINE */
51
52 /* Define how to take a char and sign-extend into an int.
53 On machines where char is signed, this is a no-op. */
54
55 #define SIGN_EXTEND_CHAR(c) ((int)c)
56 51
57 /* Now define a symbol for the cpu type, if your compiler 52 /* Now define a symbol for the cpu type, if your compiler
58 does not define it automatically: 53 does not define it automatically:
59 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 54 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
60 are the ones defined so far. */ 55 are the ones defined so far. */