comparison src/m/tahoe.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
42 42
43 /* XINT must explicitly sign-extend */ 43 /* XINT must explicitly sign-extend */
44 44
45 #define EXPLICIT_SIGN_EXTEND 45 #define EXPLICIT_SIGN_EXTEND
46 46
47 /* Define how to take a char and sign-extend into an int.
48 On machines where char is signed, this is a no-op. */
49
50 #define SIGN_EXTEND_CHAR(c) (c)
51
52 /* Say this machine is a tahoe */ 47 /* Say this machine is a tahoe */
53 48
54 #ifndef tahoe 49 #ifndef tahoe
55 #define tahoe 50 #define tahoe
56 #endif /* not tahoe */ 51 #endif /* not tahoe */