]> git.ipfire.org Git - thirdparty/gcc.git/commit
* configure.in: Check for wchar.h, mbstowcs, and wcswidth.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Apr 2003 18:07:06 +0000 (18:07 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Apr 2003 18:07:06 +0000 (18:07 +0000)
commitd0a20a0fefdb8c2d535c660a2ed696e852a1be4b
tree5dc781e893303cba5531a0313f6b03e3fbcd2c77
parent48c9cd54610b0c89dcd1b1d73330277145915312
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65517 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/intl.c
gcc/intl.h