diff options
author | Zack Weinberg <zack@codesourcery.com> | 2003-04-12 18:07:06 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-04-12 18:07:06 +0000 |
commit | 2bd020439ad63aa78333cf0e66f6b8ca0b63685c (patch) | |
tree | 5dc781e893303cba5531a0313f6b03e3fbcd2c77 /gcc/intl.h | |
parent | 48ed72a399f21ba568bb51bdc70829cbace8ebff (diff) | |
download | gcc-2bd020439ad63aa78333cf0e66f6b8ca0b63685c.zip gcc-2bd020439ad63aa78333cf0e66f6b8ca0b63685c.tar.gz gcc-2bd020439ad63aa78333cf0e66f6b8ca0b63685c.tar.bz2 |
configure.in: Check for wchar.h, mbstowcs, and wcswidth.
* configure.in: Check for wchar.h, mbstowcs, and wcswidth.
* configure, config.in: Regenerate.
* intl.c (gcc_gettext_width): New function.
* intl.h: Prototype it.
cp:
* call.c (print_z_candidates): Use gcc_gettext_width, not
strlen, to determine how much padding to use.
From-SVN: r65517
Diffstat (limited to 'gcc/intl.h')
-rw-r--r-- | gcc/intl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #ifdef ENABLE_NLS extern void gcc_init_libintl PARAMS ((void)); +extern size_t gcc_gettext_width PARAMS ((const char *)); #else /* Stubs. */ # undef textdomain |