From ab5493613bd747ffbf291215e300585ae9717cb5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 7 Jul 1992 19:52:34 +0000 Subject: *** empty log message *** --- src/m/hp9000s300.h | 5 ----- src/m/ibmps2-aix.h | 5 ----- src/m/mips.h | 5 ----- src/m/sparc.h | 5 ----- 4 files changed, 20 deletions(-) (limited to 'src') diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 1e6c232096f..233f6f7b207 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -68,11 +68,6 @@ NOTE-END */ /* #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. */ - -#define SIGN_EXTEND_CHAR(c) (c) - /* Now define a symbol for the cpu type, if your compiler does not define it automatically. */ diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 1503d3e3c93..02deefe97de 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h @@ -51,11 +51,6 @@ NOTE-END */ /* #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. */ - -#define SIGN_EXTEND_CHAR(c) ((signed char) (c)) - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, diff --git a/src/m/mips.h b/src/m/mips.h index d797540c4ca..e41f11f8fe7 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -51,11 +51,6 @@ NOTE-END */ #undef 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. */ - -#define SIGN_EXTEND_CHAR(c) ((signed char)(c)) - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, diff --git a/src/m/sparc.h b/src/m/sparc.h index b06fa35522c..f1634032992 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -44,11 +44,6 @@ NOTE-END */ #define NO_ARG_ARRAY -/* 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) (c) - /* Say this machine is a sparc */ #ifndef sparc -- cgit v1.2.1