]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.
authorShujing Zhao <pearly.zhao@oracle.com>
Wed, 10 Feb 2010 07:37:37 +0000 (07:37 +0000)
committerShujing Zhao <pzhao@gcc.gnu.org>
Wed, 10 Feb 2010 07:37:37 +0000 (07:37 +0000)
commitf25a2b52ab58ffa3d9c5ba773181d0a9515f9e09
tree29acfc35ef9268967bd768e6d51fe3e60b986d58
parent0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7
Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.

2010-02-10  Shujing Zhao  <pearly.zhao@oracle.com>

        * Make-lang.in (cp/cvt.o, cp/parser.o, cp/search.o): Depend on intl.h.
        * cvt.c (warn_ref_binding): Wrap the messages into G_() for easy
        translation.
        * parser.c (cp_parser_postfix_expression, cp_parser_new_type_id)
        (cp_parser_cast_expression, cp_parser_condition, cp_parser_decltype)
        (cp_parser_parameter_declaration)
        (cp_parser_exception_specification_opt)
        (cp_parser_exception_declaration): Likewise.
        * pt.c (check_default_tmpl_args): Likewise.
        * search.c (lookup_field_r): Likewise.

From-SVN: r156645
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/cvt.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/search.c