Module Name: src Committed By: rillig Date: Wed Jul 29 20:57:31 UTC 2020
Modified Files: src/usr.bin/make: Makefile var.c Log Message: make(1): use specialized return type for ApplyModifier functions This makes it immediately obvious what happens after a modifier has been applied, instead of having to translate single-character mnemonics or booleans to their actual intention. This also reduces the size of the binary since there are fewer jumps. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/usr.bin/make/Makefile cvs rdiff -u -r1.355 -r1.356 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.