summaryrefslogtreecommitdiff
path: root/src/m/att3b.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-07 19:52:37 +0000
committerJim Blandy <jimb@redhat.com>1992-07-07 19:52:37 +0000
commitedbe355be20d0cc8127a9393ec6f4a1e55e9ed14 (patch)
tree83b35f043e7ea2602b5f53bf48eb04b50891d06d /src/m/att3b.h
parentdc5a70f1f434dec9dad1fead86c3248d874838d0 (diff)
downloademacs-edbe355be20d0cc8127a9393ec6f4a1e55e9ed14.tar.gz
entered into RCS
Diffstat (limited to 'src/m/att3b.h')
-rw-r--r--src/m/att3b.h8
1 files changed, 0 insertions, 8 deletions
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