Module Name: src Committed By: rillig Date: Sat Apr 30 22:31:23 UTC 2022
Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c err.c externs1.h func.c lex.c tree.c Log Message: lint: inline macro 'sflag' Mark all places where lint's C90 mode is stricter than its C99 mode. Most of the situations in which lint produces only warnings instead of errors covered by the "Constraints" sections in the relevant standards. This doesn't prevent a specific compiler from accepting it though. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.279 -r1.280 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.163 -r1.164 src/usr.bin/xlint/lint1/err.c cvs rdiff -u -r1.159 -r1.160 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.134 -r1.135 src/usr.bin/xlint/lint1/func.c cvs rdiff -u -r1.127 -r1.128 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.438 -r1.439 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.