Module Name: src Committed By: rillig Date: Sun Dec 6 10:33:42 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): clean up macros for debug logging
Using a do-while loop prevents compiler warnings about possible dangling
else. It also removes the unnecessary negation.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/usr.bin/make/make.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
