Commit 89c9653e by Neil Booth Committed by Neil Booth

iris5.h: Change WCHAR_TYPE to int.

	* config/mips/iris5.h:  Change WCHAR_TYPE to int.

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

From-SVN: r40419
parent 86c18af9
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.
......
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment