Module Name: src Committed By: rillig Date: Thu Aug 13 03:54:57 UTC 2020
Modified Files: src/usr.bin/make: hash.h job.h lst.h make.h metachar.h strlist.h Log Message: make(1): follow naming conventions for multiple-inclusion guards This avoids undefined behavior. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/make/hash.h cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/job.h cvs rdiff -u -r1.20 -r1.21 src/usr.bin/make/lst.h cvs rdiff -u -r1.115 -r1.116 src/usr.bin/make/make.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/metachar.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/strlist.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.