Module Name: src Committed By: rillig Date: Sun Dec 20 23:27:37 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): use FStr for ApplyModifiersState.newVal Memory management is still complicated in this area. To clean this up, the previous value of the expression needs to be converted to an MFStr first, and later to an FStr. To generate a diff of this commit: cvs rdiff -u -r1.755 -r1.756 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.