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
This commit is contained in:
parent
86c18af9bb
commit
89c9653e9a
@ -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.
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user