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:
Dmitrij Tejblum 1998-06-30 22:52:18 +00:00 committed by Jeff Law
parent 762a1d90e4
commit 154f82c741
2 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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