Module Name: src Committed By: rillig Date: Mon Feb 1 20:51:17 UTC 2021
Modified Files: src/usr.bin/make: make.h Log Message: make: use bit shifts in enum constants for GNodeFlags Same as in the other enum bit sets. This makes it easier to spot the gap between bit 6 and bit 12. To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.