Module Name: src
Committed By: rillig
Date: Sun Oct 18 20:46:42 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): clean up and document VarAssign_Eval
In the previous commit, out_avalue_freeIt had been passed to
VarAssign_EvalSubst, which created a memory leak. Other than that, the
code changes are purely cosmetic.
To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.