Module Name:    src
Committed By:   rillig
Date:           Thu Aug  6 17:32:40 UTC 2020

Modified Files:
        src/usr.bin/make: var.c

Log Message:
make(1): clean up code for variable handling

The VarFlags type doesn't need an underscore.  The underscore is
typically only used for exported functions.

Document the memory allocation details for Var.name.

Use consistent names for Hash_Entry variables.  Quite possibly one of
them was a Lst_Node in ancient times, but that's not a reason to keep
this variable name forever.


To generate a diff of this commit:
cvs rdiff -u -r1.413 -r1.414 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.

Reply via email to