* cp-tree.h (language_to_string): Adjust declaration.
commit240171a941b66acc4df3c22ce389b7b611d5c571
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jun 2003 12:02:58 +0000 (29 12:02 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jun 2003 12:02:58 +0000 (29 12:02 +0000)
tree3c0a6e6bec4f0cd618dd080767811d004989e3f9
parentfb050357d83fc28162c8dd05e4ef7e8cd96bb374
* 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__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68668 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/dump.c
gcc/cp/error.c