Module Name: src Committed By: rillig Date: Fri Dec 10 19:47:20 UTC 2021
Modified Files: src/usr.bin/make: cond.c Log Message: make: simplify parsing of '||' in conditions Previously, the grammar said 'Or -> Or || And', while the code looked more like 'Or -> And || Or'. Make the code look like the grammar and keep track of the resulting value of the condition explicitly. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 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.