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

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