comparison src/m/mg1.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
53 53
54 /* Define WORD_MACHINE if addresses and such have 54 /* Define WORD_MACHINE if addresses and such have
55 * to be corrected before they can be used as byte counts. */ 55 * to be corrected before they can be used as byte counts. */
56 /* ns16000 addresses are byte addresses */ 56 /* ns16000 addresses are byte addresses */
57 #undef WORD_MACHINE 57 #undef WORD_MACHINE
58
59 /* Define how to take a char and sign-extend into an int.
60 On machines where char is signed, this is a no-op. */
61
62 #define SIGN_EXTEND_CHAR(c) (c)
63 58
64 /* Now define a symbol for the cpu type, if your compiler 59 /* Now define a symbol for the cpu type, if your compiler
65 does not define it automatically: 60 does not define it automatically:
66 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO 61 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO
67 are the ones defined so far. */ 62 are the ones defined so far. */