Re: [PATCH] cleanups in line-map

2014-10-13 Thread Manuel López-Ibáñez
On 13 October 2014 10:52, Dodji Seketeli wrote: > Manuel López-Ibáñez writes: > >> Index: libcpp/line-map.c >> === >> --- libcpp/line-map.c (revision 216098) >> +++ libcpp/line-map.c (working copy) >> @@ -29,12 +29,10 @@ along with t

Re: [PATCH] cleanups in line-map

2014-10-13 Thread Dodji Seketeli
Manuel López-Ibáñez writes: > A few cleanups in line-map code. Bootstrapped and regression tested on > x86_64-linux-gnu. Thanks for doing this. > OK? Yes, barring this little nit: [...] > Index: libcpp/line-map.c > === > --- lib