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

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