Module Name: src Committed By: rillig Date: Wed Apr 14 15:41:08 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: clean up pattern flags for the modifiers ':S' and ':C' No special handling is necessary for C90 since none of the struct members is a const_member. The prefix 'Var' is not necessary since this type does not apply to a variable but only to a modifier. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.926 -r1.927 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.