comparison src/m/cnvrgnt.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
39 39
40 /* Define WORD_MACHINE if addresses and such have 40 /* Define WORD_MACHINE if addresses and such have
41 * to be corrected before they can be used as byte counts. */ 41 * to be corrected before they can be used as byte counts. */
42 42
43 /* #define WORD_MACHINE */ 43 /* #define WORD_MACHINE */
44
45 /* Define how to take a char and sign-extend into an int.
46 On machines where char is signed, this is a no-op. */
47
48 #define SIGN_EXTEND_CHAR(c) (c)
49 44
50 /* Now define a symbol for the cpu type, if your compiler 45 /* Now define a symbol for the cpu type, if your compiler
51 does not define it automatically. */ 46 does not define it automatically. */
52 47
53 #define m68000 48 #define m68000