diff options
Diffstat (limited to 'src/m/pfa50.h')
-rw-r--r-- | src/m/pfa50.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 2368a533707..b5bcb3e6c9b 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h @@ -32,11 +32,6 @@ and this notice must be preserved on all copies. */ #define BIG_ENDIAN -/* 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) ((((int) (c)) << 24) >> 24) - /* Say this machine is a 68000 */ #define m68000 |