r179887 - in /branches/pph/gcc/cp: ChangeLog.pp...

crowl@gcc.gnu.org crowl@gcc.gnu.org
Thu Oct 13 04:10:00 GMT 2011


Author: crowl
Date: Thu Oct 13 04:10:00 2011
New Revision: 179887

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179887
Log:
Rename some read/write functions to match current in/out conventions.
Specifically, pph_write_any_tree, pph_write_mergeable_links,
pph_write_tree_body, pph_write_tree_header, pph_read_any_tree,
pph_read_tree_body, and pph_read_tree_header change to their out/in
names.


Index: gcc/cp/ChangeLog.pph

2011-10-12   Lawrence Crowl  <crowl@google.com>

	* pph-streamer-out.c (pph_write_any_tree):  Rename to pph_out_any_tree.
	(pph_write_mergeable_links):  Rename to pph_out_mergeable_links.
	(pph_write_tree_body):  Rename to pph_out_tree_body.
	(pph_write_tree_header):  Rename to pph_out_tree_header.
	* pph-streamer-in.c (pph_read_any_tree):  Rename to pph_in_any_tree.
	(pph_read_tree_body):  Rename to pph_in_tree_body.
	(pph_read_tree_header):  Rename to pph_in_tree_header.



Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c



More information about the Gcc-cvs mailing list