Module Name: src Committed By: rillig Date: Sat Jan 1 21:04:15 UTC 2022
Modified Files: src/usr.bin/make: parse.c Log Message: make: convert do-while into while in FindKeyword GCC generates more efficient code; previously it wasn't aware that (end - start) was always positive, thus allowing to omit the code for dividing a negative number by 2. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.610 -r1.611 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.