Module Name: src
Committed By: rillig
Date: Sat Nov 7 00:06:13 UTC 2020
Modified Files:
src/usr.bin/make: job.c nonints.h var.c
Log Message:
make(1): rename Var_Set_with_flags to Var_SetWithFlags
Now that the function is exported from the var module, it should stick
to the naming conventions for public functions.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/usr.bin/make/job.c
cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.670 -r1.671 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.