Avoid overuse of name "buffer" in tree-pretty-print.c
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2014 21:33:22 +0000 (21:33 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2014 21:33:22 +0000 (21:33 +0000)
commitbaa9d1792cb79d0ff7e6502c20d62d606c372f1e
tree3b090a8b6842b3fce53b89a9ee3e9ae7c5ae5aba
parent42e836a0c9149d5f080aee1edba38e802d48c525
Avoid overuse of name "buffer" in tree-pretty-print.c

gcc/ChangeLog:
* tree-pretty-print.c (INDENT): Rename "buffer" to "pp".
(NIY): Likewise.
(buffer): Rename this variable to...
(tree_pp): ...this.

(do_niy): Rename param from "buffer" to "pp".
(dump_decl_name): Likewise.
(dump_function_name): Likewise.
(dump_function_declaration): Likewise.
(dump_array_domain): Likewise.
(dump_omp_clause): Likewise.
(dump_omp_clauses): Likewise.
(dump_location): Likewise.
(dump_block_node): Likewise.
(dump_generic_node): Likewise.
(print_declaration): Likewise.
(print_struct_decl): Likewise.
(print_call_name): Likewise.
(pretty_print_string): Likewise.
(newline_and_indent): Likewise.

(print_generic_decl): Update for renaming of "buffer" to
"tree_pp".
(print_generic_stmt): Likewise.
(print_generic_stmt_indented): Likewise.
(print_generic_expr): Likewise.
(maybe_init_pretty_print): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218405 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-pretty-print.c