diff options
Diffstat (limited to 'src/m/gec63.h')
-rw-r--r-- | src/m/gec63.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/gec63.h b/src/m/gec63.h index 4f8fe4a09e0..3db1da1be87 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h @@ -35,11 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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) (((c)<<24)>>24) - /* Say this machine is a 68000 */ #define gec63 |