Module Name: src Committed By: rillig Date: Tue Dec 22 22:31:50 UTC 2020
Modified Files: src/usr.bin/make: make.h meta.c Log Message: make(1): fix return type of macro DEBUG This macro was supposed to return a boolean expression all the time, it just hadn't been implemented this way. This resulted in wrong output for the test sh-flags, in compilation modes -DUSE_UCHAR_BOOLEAN and -DUSE_CHAR_BOOLEAN, since in ParseCommandFlags, the expression DEBUG(LOUD) didn't fit into a boolean. To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/usr.bin/make/make.h cvs rdiff -u -r1.164 -r1.165 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.