Module Name: src
Committed By: rillig
Date: Thu Jan 27 11:16:44 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up AddEscape for building the body of a .for loop
Adding 1 + len bytes but only incrementing the pointer by len bytes
looked suspicious, so use the same expression in both places.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 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.