Module Name: src Committed By: rillig Date: Tue Dec 28 22:59:56 UTC 2021
Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: lint: do not output "Lint pass2:" A colon at the end of a line requires at least 1 follow-up line, but xlint cannot know whether lint2 will find anything to complain about. Having a colon followed by nothing creates unnecessary confusion. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin/xlint/xlint/xlint.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.