Module Name: src Committed By: rillig Date: Fri Jan 7 20:15:10 UTC 2022
Modified Files: src/usr.bin/make: for.c Log Message: make: clean up handling of .for loops Sort ForLoop members in natural reading order. Remove redundant condition in ForLoop_ParseItems; at that point, the number of variables is non-zero. Rename Buf_AddEscaped since that function is not part of the Buffer API, it is specific to .for loops. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/for.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.