cp-tree.h (language_to_string): Adjust declaration.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 29 Jun 2003 12:02:58 +0000 (12:02 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 29 Jun 2003 12:02:58 +0000 (12:02 +0000)
commit4e3f84b7ca86d5bd9d90572fbcfdc03bca4f78ac
tree3c0a6e6bec4f0cd618dd080767811d004989e3f9
parent4714db5aef1205624a11f594c7bd45e87a4a0092
cp-tree.h (language_to_string): Adjust declaration.

* cp-tree.h (language_to_string): Adjust declaration.
* dump.c (cp_dump_tree): Adjust usage.
* error.c (dump_char): Use output_formatted_scalar. Tidy.
(parm_to_string): Lose unused parameter.  Tidy.
(expr_to_string): Likewise.
(code_to_string): Likewise.
(language_to_string): Likewise.
(op_to_string): Likewise.
(assop_to_string): Likewise.
(digit_buffer): Remove.
(dump_type): Format builtin vector type as __vector__.

From-SVN: r68668
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/dump.c
gcc/cp/error.c