maint: exempt stdio-read.c and stdio-write.c from the cppi check
authorJim Meyering <meyering@redhat.com>
Tue, 5 Jul 2011 08:32:30 +0000 (10:32 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 5 Jul 2011 08:32:30 +0000 (10:32 +0200)
commit29757e0e9014e2b1ed26fac4228e849c3728bc32
tree50c6eef83c9cfd8bd137dcfb899d9d1e95afbdbf
parent00a195984d09dcd5ac84866740d35ad322f2578b
maint: exempt stdio-read.c and stdio-write.c from the cppi check

* Makefile (sc_cpp_indent_check): Exempt stdio-read.c and stdio-write.c
per Bruno's request, to accommodate this idiom (no space after "#")
even when the function is inside an #if block:
char *
gets (char *s)
#undef gets
{
  ...
}
ChangeLog
Makefile