* call.c: Include intl.h.
commit44ab85e889f8ad1ef0e3c8fa3c55acee34c81de6
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Apr 2003 05:33:12 +0000 (7 05:33 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Apr 2003 05:33:12 +0000 (7 05:33 +0000)
tree2c3696fe1f738ecab87828abd22917cec1393322
parent159813d9a693a30944aafad1760446599aab3e58
    * call.c: Include intl.h.
        (print_z_candidate): Always use inform; get rid of errfn
        argument. Reorganize so that all the strings get picked up
        by xgettext.  Note obligation of caller to pass first argument
        through gettext.
        (print_z_candidates): Update to match.  Indent second and
        successive candidates by strlen() of translated message.
        (joust): Restructure ambiguous-conversion pedwarn so that
        translators see a complete sentence.  Update calls to
        print_z_candidate.

        * Make-lang.in (cp/call.o): Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65320 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c