Module Name: src Committed By: rillig Date: Sat Jun 11 08:06:32 UTC 2022
Modified Files: src/usr.bin/make: str.c Log Message: make: condense Str_Match The test for '\\' followed by '\0' was redundant since at that point, *str is guaranteed to be not '\0', which takes the next 'return false'. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/str.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.