Module Name: src Committed By: rillig Date: Sun Nov 22 11:11:43 UTC 2020
Modified Files: src/usr.bin/make: suff.c Log Message: make(1): fix type of local variable in FindDepsRegular The compiler cannot check these since all lists and list nodes are aliases to each other. Maybe it's time to add type-generic lists to the code, to delegate these checks to the compiler. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.