Module Name: src Committed By: rillig Date: Tue May 7 21:13:27 UTC 2024
Modified Files: src/tests/usr.bin/xlint/lint1: c23.c src/usr.bin/xlint/lint1: lex.c lint1.h src/usr.bin/xlint/xlint: strict-bool-stdbool.h Log Message: lint: in C23 mode, support the keywords 'bool', 'false' and 'true' To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/xlint/lint1/c23.c cvs rdiff -u -r1.223 -r1.224 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.224 -r1.225 src/usr.bin/xlint/lint1/lint1.h cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/xlint/strict-bool-stdbool.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.