Paul Eggert wrote: > On 02/20/2011 03:12 PM, Jim Meyering wrote: >> I do see the aesthetic value in indenting the entire cpp directive, >> but from a consistency standpoint, it is counterproductive. > > I'd rather that we were consistent the other way, and > indented cpp directives like we indent other code. > > Admittedly that sort of indenting is rare in gnulib, > but I have some qualms about removing it purely for > consistency's sake. It's not just aesthetics; it's > also readability.
This is yet another good reason to avoid use of in-function #defines, when possible, and to move them "up"/out, otherwise.