From: Michael Meissner Date: Thu, 2 Apr 1992 21:35:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dca0b23fca9205f1b7d2c8fc6d2e9331bb5e18ff;p=gcc.git *** empty log message *** From-SVN: r668 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index a0d3f2f164a..5358c795e31 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -84,7 +84,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_DOLLAR_IN_LABEL 1 -/* Specify size_t types. */ + +/* Specify size_t, ptrdiff_t, and wchar_t types. */ #define SIZE_TYPE "unsigned int" +#define PTRDIFF_TYPE "int" +#define WCHAR_TYPE "unsigned char" +#define WCHAR_TYPE_SIZE BITS_PER_UNIT #include "mips.h"