Module Name: src Committed By: rillig Date: Fri Sep 25 15:54:51 UTC 2020
Modified Files: src/usr.bin/make: cond.c enum.h for.c lst.h nonints.h suff.c var.c Log Message: make(1): add tags to some of the unnamed structs The tags prevent the structs from accidentally becoming compatible types. While here, remove a few typedefs for structs that are single-purpose, since there is no point in abstracting from the actual representation of these types. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/usr.bin/make/cond.c cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/enum.h cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/for.c cvs rdiff -u -r1.67 -r1.68 src/usr.bin/make/lst.h cvs rdiff -u -r1.127 -r1.128 src/usr.bin/make/nonints.h cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/suff.c cvs rdiff -u -r1.540 -r1.541 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.