From 6639753e2647f8f9b2a573f90ea5b6635e22d55c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 19 May 1992 03:06:59 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1016 --- gcc/config/mips/mips.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 831a099cbf6..041ab49368e 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2132,7 +2132,9 @@ while (0) #define EASY_DIV_EXPR TRUNC_DIV_EXPR /* Define this as 1 if `char' should by default be signed; else as 0. */ +#ifndef DEFAULT_SIGNED_CHAR #define DEFAULT_SIGNED_CHAR 1 +#endif /* Max number of bytes we can move from memory to memory in one reasonably fast instruction. */ -- 2.30.2