Re: [PATCH 06/08] Avoid overuse of name "buffer" in tree-pretty-print.c

2014-12-01 Thread Jeff Law
On 11/25/14 18:39, David Malcolm wrote: Various functions in tree-pretty-print.c take a param pretty_printer *buffer and there's also a static pretty_printer *buffer; Additionally, pretty_printer instances are not buffers; they *contain* buffers (inasmuch as they have a field "buffer"). This

[PATCH 06/08] Avoid overuse of name "buffer" in tree-pretty-print.c

2014-11-25 Thread David Malcolm
Various functions in tree-pretty-print.c take a param pretty_printer *buffer and there's also a static pretty_printer *buffer; Additionally, pretty_printer instances are not buffers; they *contain* buffers (inasmuch as they have a field "buffer"). This patch renames such params from "buffer" to