Module Name: src Committed By: rillig Date: Fri Jul 7 20:19:08 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: only warn about traditional/C90 differences in migration mode In C99 mode, there is no point warning about traditional C. No change in the tests, as a complete test suite would require several new test files, and migration mode is not used intensively. To generate a diff of this commit: cvs rdiff -u -r1.548 -r1.549 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.