d5c41e0169
The Clang preprocessor does not mark sections from system headers. Lint's strict bool mode relies on these markers to allow the functions from <ctype.h> to be used as 'bool', even though their declared return type is 'int'. Without these markers, lint complains that the "right operand of '&&' must be bool, not 'int'". Until this is fixed in lint, disable strict bool mode. |
||
---|---|---|
.. | ||
Makefile | ||
error.1 | ||
error.h | ||
filter.c | ||
input.c | ||
main.c | ||
pathnames.h | ||
pi.c | ||
subr.c | ||
touch.c |