This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: gchare
Date: Mon Jun 27 22:24:18 2011
New Revision: 175568

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175568
Log:
Rename all pph streaming functions to reflect pph naming scheme.

	* pph-streamer-in.c (pph_get_type_from_index):
	Rename from pth_get_type_from_index. Update all users.
	(pph_in_number): Rename from pth_load_number.
	Update all users.
	(pph_in_token_value): Rename from pth_load_token_value. Change
	signature to 'pph_stream*, cp_token*' from 'cp_token*, pph_stream*'.
	Update all users.
	(pph_in_token): Rename from pth_load_token.
	Update all users.
	(pph_in_token_cache): Rename from pth_load_token_cache.
	Update all users.
	(pph_in_identifiers): Rename from pth_load_identifiers. Change
	signature to 'pph_stream*, cpp_idents_used*' from
	'cpp_idents_used*, pph_stream*'.
	from (cpp_idents_used*, pph_stream*).
	Update all users.
	* pph-streamer-out.c (pph_get_index_from_type):
	Rename from pth_get_index_from_type.
	Update all users.
	(pph_out_number): Rename from pth_write_number.
	Update all users.
	(pph_out_token_value): Rename from pth_save_token_value.
	Update all users.
	(pph_out_token): Rename from pth_save_token. Change signature to
	'pph_stream*, cp_token*' from 'cp_token*, pph_stream*'.
	Update all users.
	(pph_out_token_cache): Rename from pth_save_token_cache. Change
	signature to 'pph_stream*, cp_token_cache*'
	from 'cp_token_cache*, pph_stream*'.
	Update all users.
	(pph_out_identifiers): Rename from pth_save_identifiers. Change
	signature to 'pph_stream*, cpp_idents_used*' from
	'cpp_idents_used*, pph_stream*'.
	Update all users.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]