Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint/lint1
Module Name: src
Committed By: rillig
Date: Sat Apr 30 19:18:48 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: cgram.y func.c tree.c
Log Message:
lint: inline macro Sflag in cases of expected behavior
In the grammar rules 'enums_with_opt_comma' and 'block_item_list',
checking for allow_c99 was redundant since c99ism does not warn in C99
mode.
In the grammar rule 'designator', align the two actions structurally.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.407 -r1.408 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.132 -r1.133 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.436 -r1.437 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.
Home |
Main Index |
Thread Index |
Old Index