Module Name: src Committed By: rillig Date: Sat Sep 12 20:03:37 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): move buffer from Var_Parse to ParseVarname There's no reason to keep the buffer in memory after the variable name has been parsed. To generate a diff of this commit: cvs rdiff -u -r1.503 -r1.504 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.