Module Name: src Committed By: rillig Date: Sat Nov 21 19:33:38 UTC 2020
Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename Suff functions whose subject is a single suffix The naming scheme Suffix_Func makes these functions easily distinguishable from those that merely happen to be in the Suff module but have nothing to do with suffixes, such as SuffStrIsPrefix. To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 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.