summaryrefslogtreecommitdiff
path: root/src/m/amdahl.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/amdahl.h
parentdc5a70f1f434dec9dad1fead86c3248d874838d0 (diff)
entered into RCS
Diffstat (limited to 'src/m/amdahl.h')
-rw-r--r--src/m/amdahl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/amdahl.h b/src/m/amdahl.h
index 261d369c740..957816995b7 100644
--- a/src/m/amdahl.h
+++ b/src/m/amdahl.h
@@ -53,13 +53,6 @@ compiler is so brain damaged that it is not even worth trying to use it.
#define WORD_MACHINE /* not actually used anywhere yet! */
-/* Define how to take a char and sign-extend into an int.
- On machines where char is signed, this is a no-op. */
-
-#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:
vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO