diff options
Diffstat (limited to 'src/m/ns32000.h')
-rw-r--r-- | src/m/ns32000.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/ns32000.h b/src/m/ns32000.h index bca1825e406..0520b678d75 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h @@ -47,11 +47,6 @@ and this notice must be preserved on all copies. */ /* #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: Ones defined so far include vax, m68000, ns16000, pyramid, |