Module Name: src Committed By: rillig Date: Thu Oct 22 05:50:03 UTC 2020
Modified Files: src/usr.bin/make: arch.c cond.c dir.c job.c main.c make.c parse.c str.c suff.c targ.c var.c Log Message: make(1): remove redundant type casts This mainly affects the void pointers in callback functions for lists. These had been necessary once when the parameter type was still ClientData instead of void pointer. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/arch.c cvs rdiff -u -r1.164 -r1.165 src/usr.bin/make/cond.c cvs rdiff -u -r1.171 -r1.172 src/usr.bin/make/dir.c cvs rdiff -u -r1.267 -r1.268 src/usr.bin/make/job.c cvs rdiff -u -r1.379 -r1.380 src/usr.bin/make/main.c cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/make.c cvs rdiff -u -r1.395 -r1.396 src/usr.bin/make/parse.c cvs rdiff -u -r1.68 -r1.69 src/usr.bin/make/str.c cvs rdiff -u -r1.212 -r1.213 src/usr.bin/make/suff.c cvs rdiff -u -r1.119 -r1.120 src/usr.bin/make/targ.c cvs rdiff -u -r1.580 -r1.581 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.