Module Name: src Committed By: rillig Date: Sat Apr 3 23:08:30 UTC 2021
Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: directive-export-impl.exp directive-export-impl.mk Log Message: make: replace enum bit-set with struct bit-fields This makes the code easier to read, especially when setting one of the flags to false. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.900 -r1.901 src/usr.bin/make/var.c cvs rdiff -u -r1.6 -r1.7 \ src/usr.bin/make/unit-tests/directive-export-impl.exp cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/directive-export-impl.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.