summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-02-04 21:33:13 +0000
committerrillig <rillig@NetBSD.org>2021-02-04 21:33:13 +0000
commit7aff596cfc58c4b52e5a0b17365a1ad85f2c751a (patch)
tree47f4d7805aa1e42043ed5841c340b81bc96b6d2c /sys/dev/microcode/isp
parentdd4157ea8bf4ac0b3e75e10f2c10eb5d9bae3679 (diff)
make: rename some VAR constants to SCOPE
The word "context" does not fit perfectly to the variables that are associate with a GNode, as the context is usually something from the outside and the variables are more like properties inherent to the GNode. The term "global context" fits even less. Since the thing where variables are looked up is commonly named a scope, use that term instead. This commit only renames the global variables VAR_GLOBAL, VAR_INTERNAL and VAR_CMDLINE, plus a few very closely related comments. These are: GNode.vars (because of line breaks) GNode_Free (dito) varname-make_print_var_on_error.mk varname-make_print_var_on_error-jobs.mk The debug message in Var_Stats is left as-is since there is no unit test for it yet. The other renamings (variable names "context", "ctxt", as well as further comments) will be done in a follow-up commit.
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions