*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 2 Apr 1992 21:35:35 +0000 (21:35 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 2 Apr 1992 21:35:35 +0000 (21:35 +0000)
From-SVN: r668

gcc/config/mips/iris3.h

index a0d3f2f164a8149b1abd07ec3e687278e973443e..5358c795e31a232809488950be711603fc7d430a 100644 (file)
@@ -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"