Module Name: src Committed By: rillig Date: Sun Feb 19 12:00:16 UTC 2023
Modified Files: src/tests/usr.bin/xlint/lint1: msg_218.c src/usr.bin/xlint/lint1: lex.c Log Message: lint: do not warn about traditional C migration in C99 mode For large integer constants, the resulting type could differ between traditional C and C90. In C99 mode, this difference is no longer relevant since it is too far away from traditional C. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/xlint/lint1/msg_218.c cvs rdiff -u -r1.153 -r1.154 src/usr.bin/xlint/lint1/lex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.