diff src/m/att3b.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents 76b7a95526d3
children 507f64624555
line wrap: on
line diff
--- a/src/m/att3b.h	Tue Jul 07 19:52:34 1992 +0000
+++ b/src/m/att3b.h	Tue Jul 07 19:52:37 1992 +0000
@@ -48,14 +48,6 @@
 
 /* #define WORD_MACHINE */
 
-/* Define how to take a char and sign-extend into an int.
-   On machines where char is signed, this is a no-op.  */
-/* The 3b20 doesn't sign extend characters OR ints, so
-   right shifting an int loses the sign bit */
-#define SIGN_EXTEND_CHAR(c) (((sign_extend_temp=(c)) & 0x80) \
-			     ? (sign_extend_temp | 0xFFFFFF00) \
-			     : (sign_extend_temp))
-
 /* Now define a symbol for the cpu type, if your compiler
    does not define it automatically */
 #define ATT3B