Module Name: src Committed By: rillig Date: Fri Dec 10 23:19:59 UTC 2021
Modified Files: src/usr.bin/make: cond.c Log Message: make: do not expand operator token in CondParser_Or At the point where CondParser_Or calls CondParser_Token, there was a previous call to CondParser_And. Due to this, the next token is already stored in par->curr, and the parameter doEval is ignored. Changing the argument from doEval to false makes the code similar to the corresponding code in CondParser_And. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 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.