diff options
Diffstat (limited to 'src/m/elxsi.h')
-rw-r--r-- | src/m/elxsi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/elxsi.h b/src/m/elxsi.h index 46a07c679a6..fccc25a5d5a 100644 --- a/src/m/elxsi.h +++ b/src/m/elxsi.h @@ -49,11 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /*#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) ((int)c) - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO |