entered into RCS
authorRichard Stallman <rms@gnu.org>
Tue, 19 May 1992 03:01:34 +0000 (03:01 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 19 May 1992 03:01:34 +0000 (03:01 +0000)
From-SVN: r1015

gcc/config/mips/iris3.h

index 455dceb367ad7c1f31fb3b921c116ba098dbae9c..8536b1e1fd716766b454f7274300cc0543d07a71 100644 (file)
@@ -93,4 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Generate calls to memcpy, etc., not bcopy, etc.  */
 #define TARGET_MEM_FUNCTIONS
 
+/* Plain char is unsigned in the SGI compiler.  */
+#define DEFAULT_SIGNED_CHAR 0
+
 #include "mips.h"