Module Name: src Committed By: rillig Date: Fri Dec 17 17:21:48 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: inline sub-cases of brace_level_sub_type Having the code in separate functions did not add to the clarity of the code. The additional information from the function names can be grasped as easily from the case labels. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.