Module Name: src Committed By: rillig Date: Sat Jan 8 22:42:28 UTC 2022
Modified Files: src/usr.bin/make: parse.c Log Message: make: reduce confusing code in ParseForLoop The previous version of the code gave the wrong impression that For_Eval would modify CurFile. That happens only later, in For_Run. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.641 -r1.642 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.