Module Name: src Committed By: rillig Date: Fri Sep 11 04:18:45 UTC 2020
Modified Files: src/usr.bin/make: cond.c Log Message: make(1): rename CondParser.condExpr to p The prefix "cond" was needed when this struct field was a global variable. The main name "expr" was not precise enough since this code is about parsing a condition, not an expression. During parsing, this variable does not contain the whole expression but a pointer to the remaining part of the condition, therefore the name "expr" had been confusing. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/usr.bin/make/cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.