comparison src/m/cydra5.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
43 43
44 /* Define WORD_MACHINE if addresses and such have 44 /* Define WORD_MACHINE if addresses and such have
45 * to be corrected before they can be used as byte counts. */ 45 * to be corrected before they can be used as byte counts. */
46 46
47 #undef WORD_MACHINE 47 #undef WORD_MACHINE
48
49 /* Define how to take a char and sign-extend into an int.
50 On machines where char is signed, this is a no-op. */
51
52 #define SIGN_EXTEND_CHAR(c) (c)
53 48
54 /* Now define a symbol for the cpu type, if your compiler 49 /* Now define a symbol for the cpu type, if your compiler
55 does not define it automatically: 50 does not define it automatically:
56 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
57 orion, tahoe, APOLLO and many others */ 52 orion, tahoe, APOLLO and many others */