Module Name: src Committed By: rillig Date: Mon Dec 13 03:55:16 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: reduce memory allocation in modifier ':?' The memory allocation was in LazyBuf_DoneGet. The substring for the untaken branch had been allocated even though it was not necessary. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.984 -r1.985 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.