Module Name: src Committed By: rillig Date: Mon Oct 5 18:29:20 UTC 2020
Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix test for .ifndef when compiled with -DUSE_UCHAR_BOOLEAN In that compilation variant, TRUE is defined to 255, to see whether all boolean expressions evaluate to either 1 or 0. The field If.doNot in cond.c doesn't do this since it uses the actual value of TRUE. Therefore, change the evaluation slightly to also handle this case. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.