Module Name: src Committed By: rillig Date: Mon Feb 15 06:46:01 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: clean up code and comments around ModifyWord In ModifyWords, there is no "passed string" anymore since that function now directly operates on the expression value. While here, improve the documentation of ModifyWordsCallback and rename it to ModifyWordProc, focusing on its purpose instead of where it is used. To generate a diff of this commit: cvs rdiff -u -r1.821 -r1.822 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.