Module Name: src Committed By: rillig Date: Sat Jan 15 19:13:08 UTC 2022
Modified Files: src/usr.bin/make: make.h parse.c Log Message: make: use islower for parsing directives None of the directives has an uppercase letter, so there is no need to test for it. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/usr.bin/make/make.h cvs rdiff -u -r1.650 -r1.651 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.