Module Name: src Committed By: rillig Date: Sat Aug 29 07:52:56 UTC 2020
Modified Files: src/usr.bin/make: main.c make.h nonints.h parse.c str.c var.c Log Message: make(1): allow for strict type checking for Boolean Having Boolean aliased to int creates ambiguities since int is widely used. Allow to occasionally compile make with -DUSE_DOUBLE_BOOLEAN to check that the type definitions still agree. To generate a diff of this commit: cvs rdiff -u -r1.322 -r1.323 src/usr.bin/make/main.c cvs rdiff -u -r1.129 -r1.130 src/usr.bin/make/make.h cvs rdiff -u -r1.99 -r1.100 src/usr.bin/make/nonints.h cvs rdiff -u -r1.268 -r1.269 src/usr.bin/make/parse.c cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/str.c cvs rdiff -u -r1.472 -r1.473 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.