Module Name: src Committed By: rillig Date: Fri Jul 24 07:24:22 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): eliminate ApplyModifiersState.tstr This field always pointed to the beginning of the current modifier. Therefore a better name is "mod", and there is no need to store it in the shared state. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 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.