iris5.h: Change WCHAR_TYPE to int.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 12 Mar 2001 19:01:35 +0000 (19:01 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 12 Mar 2001 19:01:35 +0000 (19:01 +0000)
* config/mips/iris5.h:  Change WCHAR_TYPE to int.

Co-Authored-By: David Billinghurst <David.Billinghurst@riotinto.com>
From-SVN: r40419

gcc/ChangeLog
gcc/config/mips/iris5.h

index 84c719fd81eb91bb6417e4ecf14962df671e9252..ebbcd041ce4d47d75626290a6537f9e7b11f7b49 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+           David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * config/mips/iris5.h:  Change WCHAR_TYPE to int.
+
 Mon Mar 12 16:32:21 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386.md (trunctfdf2_2): Rename missnamed pattern.
index 710a2ba64c8ce047d275b0fcee21ac34b80d81b2..11eacda58f8f1ce86c659d2d7b1d937d17e97f7a 100644 (file)
@@ -51,9 +51,9 @@ Boston, MA 02111-1307, USA.  */
 #undef WCHAR_TYPE_SIZE
 #undef MAX_WCHAR_TYPE_SIZE
 
-#define WCHAR_TYPE     "long int"
-#define WCHAR_TYPE_SIZE        LONG_TYPE_SIZE
-#define MAX_WCHAR_TYPE_SIZE    MAX_LONG_TYPE_SIZE
+#define WCHAR_TYPE     "int"
+#define WCHAR_TYPE_SIZE        INT_TYPE_SIZE
+#define MAX_WCHAR_TYPE_SIZE    MAX_INT_TYPE_SIZE
 
 #define WORD_SWITCH_TAKES_ARG(STR)                     \
  (DEFAULT_WORD_SWITCH_TAKES_ARG (STR)                  \