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

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents 36827ee0a6df
children 525be9535652
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
66 66
67 /* Define WORD_MACHINE if addresses and such have 67 /* Define WORD_MACHINE if addresses and such have
68 * to be corrected before they can be used as byte counts. */ 68 * to be corrected before they can be used as byte counts. */
69 69
70 /* #define WORD_MACHINE */ 70 /* #define WORD_MACHINE */
71
72 /* Define how to take a char and sign-extend into an int.
73 On machines where char is signed, this is a no-op. */
74
75 #define SIGN_EXTEND_CHAR(c) (c)
76 71
77 /* Now define a symbol for the cpu type, if your compiler 72 /* Now define a symbol for the cpu type, if your compiler
78 does not define it automatically: 73 does not define it automatically:
79 Ones defined so far include vax, m68000, ns16000, pyramid, 74 Ones defined so far include vax, m68000, ns16000, pyramid,
80 orion, tahoe, APOLLO and many others */ 75 orion, tahoe, APOLLO and many others */