Module Name: src Committed By: rillig Date: Thu Sep 2 06:29:56 UTC 2021
Modified Files: src/usr.bin/make: for.c Log Message: make: inline strchr call, make ForLoop_SubstBody clearer In ForLoop_SubstBody, GCC already merged the common subexpressions p[1] and p[-1], but that was difficult to see for humans as well. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 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.