diff options
Diffstat (limited to 'src/m/aviion.h')
-rw-r--r-- | src/m/aviion.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/aviion.h b/src/m/aviion.h index fa116db1ff4..a4cfb9ea652 100644 --- a/src/m/aviion.h +++ b/src/m/aviion.h @@ -42,11 +42,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) (c) - /* Define DATA_SEG_BITS if pointers need to be corrected with a segment field. */ |