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]

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


Author: dnovillo
Date: Mon Jun 27 20:10:43 2011
New Revision: 175556

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175556
Log:
2011-06-27  Gabriel Charette  <gchare@google.com>

	* pph-streamer-in.c (pth_get_type_from_index): Moved from pph.c.
	(pth_load_number): Moved from pph.c.
	(pth_load_token_value): Moved from pph.c.
	(pth_load_token): Moved from pph.c.
	(pth_load_token_cache): Moved from pph.c. Made static.
	* pph-streamer-out.c (pth_get_index_from_type): Moved from pph.c.
	(pth_write_number): Moved from pph.c.
	(pth_save_token_value): Moved from pph.c.
	(pth_save_token): Moved from pph.c.
	(pth_save_token_cache): Moved from pph.c. Made static.
	* pph-streamer.h (struct cp_token_cache):
	Not declared in pph.c, but in parser.h, removed.
	(pth_save_token_cache): Now static, removed.
	(pth_load_token_cache): Now static, removed.

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


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