Module Name: src Committed By: rillig Date: Sun Sep 12 08:03:49 UTC 2021
Modified Files: src/usr.bin/make: nonints.h targ.c Log Message: make: fix lint warnings for strict bool mode In strict bool mode, lint does not consider 'x & y' as having type bool, if x and y have integer type, it only allows this for enums. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/usr.bin/make/nonints.h cvs rdiff -u -r1.170 -r1.171 src/usr.bin/make/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.