From edbe355be20d0cc8127a9393ec6f4a1e55e9ed14 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 7 Jul 1992 19:52:37 +0000 Subject: entered into RCS --- src/m/att3b.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/m/att3b.h') diff --git a/src/m/att3b.h b/src/m/att3b.h index c9c3dbc8722..53fc26780af 100644 --- a/src/m/att3b.h +++ b/src/m/att3b.h @@ -48,14 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* #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 -- cgit v1.2.1