Module Name: src Committed By: rillig Date: Sun Jan 3 20:04:09 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: func.c lint1.h Log Message: lint: rename cstk to cstmt Most of the code that deals with control statements is only interested in the innermost control statement, and not if that is a stack or not. Therefore, emphasize that part in the variable name. The member c_next was confusing since the "direction" of this "next element" was ambiguous. In a sequence of if statements, the "next" element could have equally been the following one, not the surrounding one. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/xlint/lint1/func.c cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.