Module Name: src Committed By: rillig Date: Wed Feb 3 15:08:17 UTC 2021
Modified Files: src/usr.bin/make: meta.c nonints.h var.c Log Message: make: rename Var_Delete to Var_DeleteExpand, Var_DeleteVar to Var_Delete The function names now follow the naming scheme from the other functions that handle variables. There are several calls that remain syntactically unchanged but that omit the call to strchr('$') now. Since all these calls use constant variable names, there is no functional change. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/usr.bin/make/meta.c cvs rdiff -u -r1.195 -r1.196 src/usr.bin/make/nonints.h cvs rdiff -u -r1.796 -r1.797 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.