]> gcc.gnu.org Git - gcc.git/commitdiff
(SIZE_TYPE, PTRDIFF_TYPE): Don't redefine.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Feb 1994 23:59:23 +0000 (15:59 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Feb 1994 23:59:23 +0000 (15:59 -0800)
(MAX_WCHAR_TYPE_SIZE): Define.

From-SVN: r6502

gcc/config/mips/iris5.h

index d6482fa75111d73b11d5de8cfc5bacfae7857d22..ad9388c1a3252d7bb504f106802d1187a1480cf5 100644 (file)
@@ -24,16 +24,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "mips/iris4.h"
 
-/* Specify size_t, ptrdiff_t, and wchar_t types.  */
-#undef SIZE_TYPE
-#undef PTRDIFF_TYPE
+/* Specify wchar_t types.  */
 #undef WCHAR_TYPE
 #undef WCHAR_TYPE_SIZE
+#undef MAX_WCHAR_TYPE_SIZE
 
-#define SIZE_TYPE      "unsigned int"
-#define PTRDIFF_TYPE   "int"
 #define WCHAR_TYPE     "long int"
 #define WCHAR_TYPE_SIZE        LONG_TYPE_SIZE
+#define MAX_WCHAR_TYPE_SIZE    MAX_LONG_TYPE_SIZE
 
 /* ??? _MIPS_SIM and _MIPS_SZPTR should eventually depend on options when
    options for them exist.  */
This page took 0.072666 seconds and 5 git commands to generate.