Module Name: src Committed By: rillig Date: Sat Jan 9 23:02:51 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: move pointer subtypes from typeok to the sub-functions The code in typeok is already complicated enough. Only few of the checks actually examine the subtype of the pointer, the others don't need to look at it. Therefore don't initialize the variables lstp (left-hand side subtype) and rstp unless they are actually needed. This reduces the number of variables in typeok and the number of parameters to the sub-functions. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 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.