Module Name: src Committed By: rillig Date: Sat Oct 24 20:51:49 UTC 2020
Modified Files: src/usr.bin/make: buf.c make.h str.c var.c Log Message: make(1): remove macros MIN and MAX These macros typically evaluate one of their arguments twice. Until 2020-08-31, they had not parenthesized their arguments properly. They are only used in a few places, therefore it doesn't hurt much to have them expanded. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.bin/make/buf.c cvs rdiff -u -r1.170 -r1.171 src/usr.bin/make/make.h cvs rdiff -u -r1.69 -r1.70 src/usr.bin/make/str.c cvs rdiff -u -r1.582 -r1.583 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.