Hi Jim,
> m4/po.m4
> *** indent with spaces, not TABs;
> ...
> Bruno, I didn't change po.m4, since it's from gettext.
> If you plan to fix it, I'll leave the failure for now.
> Otherwise, let me know and I'll exempt that file, too.
The leading tabs in m4/po.m4 are not indentation, but rather pieces of
Makefiles, and Makefiles need to have lines that start with a tab.
Therefore, please, exempt that file.
> Also, regarding the cpp indentation in stdio-read.c and stdio-write.c,
> would you prefer to exempt those two files or to indent the offending
> #undef directives?
Code like
char *
gets (char *s)
#undef gets
{
...
}
has pretty much become an idiom in gnulib. I'd like to keep it as-is.
Therefore, can you please exempt these two files as well?
Bruno
--
In memoriam Yonatan Netanyahu <http://en.wikipedia.org/wiki/Yonatan_Netanyahu>