mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
freebsd.h (WCHAR_TYPE): Chagne to an "int".
* i386/freebsd.h (WCHAR_TYPE): Chagne to an "int". (WCHAR_TYPE_SIZE): Update appropriately. From-SVN: r20859
This commit is contained in:
parent
762a1d90e4
commit
154f82c741
@ -1,3 +1,8 @@
|
||||
Tue Jun 30 23:46:53 1998 Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
|
||||
|
||||
* i386/freebsd.h (WCHAR_TYPE): Chagne to an "int".
|
||||
(WCHAR_TYPE_SIZE): Update appropriately.
|
||||
|
||||
Tue Jun 30 23:16:39 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* flow.c (recompute_reg_usage): Does not return a value.
|
||||
|
@ -47,12 +47,12 @@ Boston, MA 02111-1307, USA. */
|
||||
#define PTRDIFF_TYPE "int"
|
||||
|
||||
#undef WCHAR_TYPE
|
||||
#define WCHAR_TYPE "short unsigned int"
|
||||
#define WCHAR_TYPE "int"
|
||||
|
||||
#define WCHAR_UNSIGNED 1
|
||||
#define WCHAR_UNSIGNED 0
|
||||
|
||||
#undef WCHAR_TYPE_SIZE
|
||||
#define WCHAR_TYPE_SIZE 16
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#define HAVE_ATEXIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user