Module Name: src
Committed By: rillig
Date: Sun Aug 2 10:49:53 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): document almost duplicate code
ParseModifierPart and Var_Parse are very similar, but there might be
subtle differences. Until these differences are documented in the form
of unit tests, merging these code pieces is too dangerous.
To generate a diff of this commit:
cvs rdiff -u -r1.395 -r1.396 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.