Module Name: src Committed By: rillig Date: Fri Sep 11 04:32:39 UTC 2020
Modified Files: src/usr.bin/make: dir.c job.c strlist.c suff.c var.c Log Message: make(1): replace *a->b with a->b[0] This allows the code to be read strictly from left to right. In most places this style was already used. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/dir.c cvs rdiff -u -r1.228 -r1.229 src/usr.bin/make/job.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/strlist.c cvs rdiff -u -r1.145 -r1.146 src/usr.bin/make/suff.c cvs rdiff -u -r1.491 -r1.492 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.