Module Name: src Committed By: rillig Date: Sat Aug 29 12:01:47 UTC 2020
Modified Files: src/usr.bin/make: nonints.h suff.c Log Message: make(1): clean up comments in suff.c, small refactorings In SuffParseTransform, the parameter names have been renamed to make the "side effects" comment redundant. In Suff_AddSuffix and Suff_AddLib, the parameter has been made const. In SuffRemoveSrc, the unused variable has been removed, and the return type has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/make/nonints.h cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.