comparison src/m/convex.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
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 52
58 /* convex already defined... */ 53 /* convex already defined... */