Module Name: src Committed By: rillig Date: Wed Jul 14 17:19:37 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: in the grammar, rename 'decl' to 'declarator' For a casual reader, the abbreviation 'decl' was ambiguous since C has both declarations and declarators. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/usr.bin/xlint/lint1/cgram.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.