Commit 154f82c7 by Dmitrij Tejblum Committed by Jeff Law

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
parent 762a1d90
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) Tue Jun 30 23:16:39 1998 Jeffrey A Law (law@cygnus.com)
* flow.c (recompute_reg_usage): Does not return a value. * flow.c (recompute_reg_usage): Does not return a value.
......
...@@ -47,12 +47,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -47,12 +47,12 @@ Boston, MA 02111-1307, USA. */
#define PTRDIFF_TYPE "int" #define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE #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 #undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16 #define WCHAR_TYPE_SIZE BITS_PER_WORD
#define HAVE_ATEXIT #define HAVE_ATEXIT
......
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