Module Name: src
Committed By: rillig
Date: Sun Jul 26 21:31:11 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename VarEvalFlags variables to eflags
This way, they cannot be confused with other flags, and any mismatch of
mixing eflags with constants other than VARE_* is immediately apparent.
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 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.