diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-07 19:52:37 +0000 |
commit | edbe355be20d0cc8127a9393ec6f4a1e55e9ed14 (patch) | |
tree | 83b35f043e7ea2602b5f53bf48eb04b50891d06d /src/m/mega68.h | |
parent | dc5a70f1f434dec9dad1fead86c3248d874838d0 (diff) | |
download | emacs-edbe355be20d0cc8127a9393ec6f4a1e55e9ed14.tar.gz |
entered into RCS
Diffstat (limited to 'src/m/mega68.h')
-rw-r--r-- | src/m/mega68.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/mega68.h b/src/m/mega68.h index 976f1bf6230..a15fd2b2901 100644 --- a/src/m/mega68.h +++ b/src/m/mega68.h @@ -39,11 +39,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define EXPLICIT_SIGN_EXTEND -/* 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 68000 */ #define m68000 |