Commit 29757e0e9014e2b1ed26fac4228e849c3728bc32

Jim Meyering 2011-07-05T10:32:30

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 { ... }