aboutsummaryrefslogtreecommitdiff
path: root/gcc/intl.c
diff options
context:
space:
mode:
authorKrister Walfridsson <cato@df.lth.se>2003-04-24 20:35:45 +0200
committerKrister Walfridsson <kristerw@gcc.gnu.org>2003-04-24 18:35:45 +0000
commit39f6c4c89e4138b391f3e1099d9186b57b859c6f (patch)
tree198911fb1922f9f9eee060bc9c3ca96b58e95957 /gcc/intl.c
parentbcea76b65d860c0eeb74cdef3342b9b921bd11c0 (diff)
downloadgcc-39f6c4c89e4138b391f3e1099d9186b57b859c6f.zip
gcc-39f6c4c89e4138b391f3e1099d9186b57b859c6f.tar.gz
gcc-39f6c4c89e4138b391f3e1099d9186b57b859c6f.tar.bz2
configure.in: Check whether mbstowcs works.
2003-04-24 Krister Walfridsson <cato@df.lth.se> * configure.in: Check whether mbstowcs works. * configure, config.in: Regenerate. * intl.c: Use HAVE_WORKING_MBSTOWCS. From-SVN: r66045
Diffstat (limited to 'gcc/intl.c')
-rw-r--r--gcc/intl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/intl.c b/gcc/intl.c
index 5a885bf..3bda5ce 100644
--- a/gcc/intl.c
+++ b/gcc/intl.c
@@ -45,7 +45,7 @@ gcc_init_libintl ()
(void) textdomain ("gcc");
}
-#if defined HAVE_WCHAR_H && defined HAVE_MBSTOWCS && defined HAVE_WCSWIDTH
+#if defined HAVE_WCHAR_H && defined HAVE_WORKING_MBSTOWCS && defined HAVE_WCSWIDTH
#include <wchar.h>
/* Returns the width in columns of MSGSTR, which came from gettext.