Module Name: src Committed By: rillig Date: Mon Aug 31 06:21:07 UTC 2020
Modified Files: src/usr.bin/make: make.h Log Message: make(1): parenthesize macro arguments Just in case anyone wants to use them for copy-and-paste. The invocations of these macros are left cautious since the system-provided definition of these macros may have forgotten the parentheses as well. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 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.