On Fri, Feb 10, 2012 at 01:00:16PM +0100, Jan Hubicka wrote: Does this belong to the patch? It isn't mentioned in the ChangeLog, nor I see how it is related...
> *** libcpp/macro.c (revision 184016) > --- libcpp/macro.c (working copy) > *************** tokens_buff_last_token_ptr (_cpp_buff *b > *** 1878,1884 **** > If VIRT_LOCS_BUFF is non-NULL, it should point at the buffer > containing the virtual locations of the tokens in TOKENS_BUFF; in > which case the function updates that buffer as well. */ > ! static inline void > tokens_buff_remove_last_token (_cpp_buff *tokens_buff) > > { > --- 1878,1884 ---- > If VIRT_LOCS_BUFF is non-NULL, it should point at the buffer > containing the virtual locations of the tokens in TOKENS_BUFF; in > which case the function updates that buffer as well. */ > ! static void > tokens_buff_remove_last_token (_cpp_buff *tokens_buff) > > { Jakub