This is the mail archive of the gcc-patches@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]

Re: [pph] Moved token cache streaming to in/out respectively (issue4635073)


On Mon, Jun 27, 2011 at 15:32,  <dnovillo@google.com> wrote:
> On 2011/06/27 18:51:22, Gabriel Charette wrote:
>
>> 2011-06-27 ÂGabriel Charette Â<mailto: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.
>
> OK. ÂWill apply shortly.

Done.


Diego.


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