Module Name: src Committed By: rillig Date: Fri Dec 10 23:33:05 UTC 2021
Modified Files: src/usr.bin/make: cond.c Log Message: make: remove recursion from CondParser_And No functional change intended. Before cond.c 1.286 from today, there would have been the functional change that in malformed conditions, the extra expression would not be evaluated. Now that CondParser_Token is always called with doEval == false, there is no change in behavior to be expected. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 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.