Module Name: src Committed By: rillig Date: Sun Jan 10 23:59:53 UTC 2021
Modified Files: src/usr.bin/make: job.c main.c str.c targ.c var.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): make a few more bool expressions more precise The previous version of lint(1) from a few hours ago didn't catch all occurrences. And even the current one doesn't catch everything. Function arguments and return types still need some work. The "return quietly" from shouldDieQuietly still implicitly converts from int to _Bool. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 src/usr.bin/make/job.c cvs rdiff -u -r1.511 -r1.512 src/usr.bin/make/main.c cvs rdiff -u -r1.77 -r1.78 src/usr.bin/make/str.c cvs rdiff -u -r1.159 -r1.160 src/usr.bin/make/targ.c cvs rdiff -u -r1.780 -r1.781 src/usr.bin/make/var.c cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/filemon/filemon_ktrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.